Uses of Class
io.gs2.experience.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.experience
Methods in io.gs2.experience with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2ExperienceRestClient.createNamespace(CreateNamespaceRequest request) voidGs2ExperienceRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.experience.request
Methods in io.gs2.experience.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withChangeExperienceScript(ScriptSetting changeExperienceScript) CreateNamespaceRequest.withChangeRankCapScript(ScriptSetting changeRankCapScript) CreateNamespaceRequest.withChangeRankScript(ScriptSetting changeRankScript) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withExperienceCapScriptId(String experienceCapScriptId) CreateNamespaceRequest.withLogSetting(LogSetting logSetting) CreateNamespaceRequest.withOverflowExperienceScript(ScriptSetting overflowExperienceScript) CreateNamespaceRequest.withTransactionSetting(TransactionSetting transactionSetting)