Uses of Class
io.gs2.ranking.request.CreateCategoryModelMasterRequest
Packages that use CreateCategoryModelMasterRequest
-
Uses of CreateCategoryModelMasterRequest in io.gs2.ranking
Methods in io.gs2.ranking with parameters of type CreateCategoryModelMasterRequestModifier and TypeMethodDescriptionGs2RankingRestClient.createCategoryModelMaster(CreateCategoryModelMasterRequest request) voidGs2RankingRestClient.createCategoryModelMasterAsync(CreateCategoryModelMasterRequest request, AsyncAction<AsyncResult<CreateCategoryModelMasterResult>> callback) -
Uses of CreateCategoryModelMasterRequest in io.gs2.ranking.request
Methods in io.gs2.ranking.request that return CreateCategoryModelMasterRequestModifier and TypeMethodDescriptionCreateCategoryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateCategoryModelMasterRequest.withAccessPeriodEventId(String accessPeriodEventId) CreateCategoryModelMasterRequest.withAdditionalScopes(List<Scope> additionalScopes) CreateCategoryModelMasterRequest.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) CreateCategoryModelMasterRequest.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) CreateCategoryModelMasterRequest.withCalculateIntervalMinutes(Integer calculateIntervalMinutes) CreateCategoryModelMasterRequest.withDescription(String description) CreateCategoryModelMasterRequest.withEntryPeriodEventId(String entryPeriodEventId) CreateCategoryModelMasterRequest.withGeneration(String generation) CreateCategoryModelMasterRequest.withIgnoreUserIds(List<String> ignoreUserIds) CreateCategoryModelMasterRequest.withMaximumValue(Long maximumValue) CreateCategoryModelMasterRequest.withMetadata(String metadata) CreateCategoryModelMasterRequest.withMinimumValue(Long minimumValue) CreateCategoryModelMasterRequest.withNamespaceName(String namespaceName) CreateCategoryModelMasterRequest.withOrderDirection(String orderDirection) CreateCategoryModelMasterRequest.withUniqueByUserId(Boolean uniqueByUserId)