Uses of Class
io.gs2.realtime.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.realtime
Methods in io.gs2.realtime with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2RealtimeRestClient.createNamespace(CreateNamespaceRequest request) voidGs2RealtimeRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.realtime.request
Methods in io.gs2.realtime.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withCreateNotification(NotificationSetting createNotification) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withServerSpec(String serverSpec) CreateNamespaceRequest.withServerType(String serverType)