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