Uses of Class
io.gs2.gateway.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.gateway
Methods in io.gs2.gateway with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2GatewayRestClient.createNamespace(CreateNamespaceRequest request) Gs2GatewayWebSocketClient.createNamespace(CreateNamespaceRequest request) voidGs2GatewayRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) voidGs2GatewayWebSocketClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.gateway.request
Methods in io.gs2.gateway.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withFirebaseSecret(String firebaseSecret) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)