Uses of Class
io.gs2.idle.request.CreateCategoryModelMasterRequest
Packages that use CreateCategoryModelMasterRequest
-
Uses of CreateCategoryModelMasterRequest in io.gs2.idle
Methods in io.gs2.idle with parameters of type CreateCategoryModelMasterRequestModifier and TypeMethodDescriptionGs2IdleRestClient.createCategoryModelMaster(CreateCategoryModelMasterRequest request) voidGs2IdleRestClient.createCategoryModelMasterAsync(CreateCategoryModelMasterRequest request, AsyncAction<AsyncResult<CreateCategoryModelMasterResult>> callback) -
Uses of CreateCategoryModelMasterRequest in io.gs2.idle.request
Methods in io.gs2.idle.request that return CreateCategoryModelMasterRequestModifier and TypeMethodDescriptionCreateCategoryModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateCategoryModelMasterRequest.withAcquireActions(List<AcquireActionList> acquireActions) CreateCategoryModelMasterRequest.withDefaultMaximumIdleMinutes(Integer defaultMaximumIdleMinutes) CreateCategoryModelMasterRequest.withDescription(String description) CreateCategoryModelMasterRequest.withIdlePeriodScheduleId(String idlePeriodScheduleId) CreateCategoryModelMasterRequest.withMetadata(String metadata) CreateCategoryModelMasterRequest.withNamespaceName(String namespaceName) CreateCategoryModelMasterRequest.withReceivePeriodScheduleId(String receivePeriodScheduleId) CreateCategoryModelMasterRequest.withRewardIntervalMinutes(Integer rewardIntervalMinutes)