Uses of Class
io.gs2.version.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.version
Methods in io.gs2.version with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2VersionRestClient.createNamespace(CreateNamespaceRequest request) voidGs2VersionRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.version.request
Methods in io.gs2.version.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withAcceptVersionScript(ScriptSetting acceptVersionScript) CreateNamespaceRequest.withAssumeUserId(String assumeUserId) CreateNamespaceRequest.withCheckVersionTriggerScriptId(String checkVersionTriggerScriptId) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)