Uses of Class
io.gs2.buff.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.buff
Methods in io.gs2.buff with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2BuffRestClient.createNamespace(CreateNamespaceRequest request) voidGs2BuffRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.buff.request
Methods in io.gs2.buff.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withApplyBuffScript(ScriptSetting applyBuffScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withLogSetting(LogSetting logSetting)