Uses of Class
io.gs2.ranking.model.CategoryModelMaster
Packages that use CategoryModelMaster
-
Uses of CategoryModelMaster in io.gs2.ranking.model
Methods in io.gs2.ranking.model that return CategoryModelMasterModifier and TypeMethodDescriptionstatic CategoryModelMasterCategoryModelMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CategoryModelMaster.withAccessPeriodEventId(String accessPeriodEventId) CategoryModelMaster.withAdditionalScopes(List<Scope> additionalScopes) CategoryModelMaster.withCalculateFixedTimingHour(Integer calculateFixedTimingHour) CategoryModelMaster.withCalculateFixedTimingMinute(Integer calculateFixedTimingMinute) CategoryModelMaster.withCalculateIntervalMinutes(Integer calculateIntervalMinutes) CategoryModelMaster.withCategoryModelId(String categoryModelId) CategoryModelMaster.withCreatedAt(Long createdAt) CategoryModelMaster.withDescription(String description) CategoryModelMaster.withEntryPeriodEventId(String entryPeriodEventId) CategoryModelMaster.withGeneration(String generation) CategoryModelMaster.withIgnoreUserIds(List<String> ignoreUserIds) CategoryModelMaster.withMaximumValue(Long maximumValue) CategoryModelMaster.withMetadata(String metadata) CategoryModelMaster.withMinimumValue(Long minimumValue) CategoryModelMaster.withOrderDirection(String orderDirection) CategoryModelMaster.withRevision(Long revision) CategoryModelMaster.withUniqueByUserId(Boolean uniqueByUserId) CategoryModelMaster.withUpdatedAt(Long updatedAt) Methods in io.gs2.ranking.model with parameters of type CategoryModelMaster -
Uses of CategoryModelMaster in io.gs2.ranking.result
Methods in io.gs2.ranking.result that return CategoryModelMasterModifier and TypeMethodDescriptionCreateCategoryModelMasterResult.getItem()DeleteCategoryModelMasterResult.getItem()GetCategoryModelMasterResult.getItem()UpdateCategoryModelMasterResult.getItem()Methods in io.gs2.ranking.result that return types with arguments of type CategoryModelMasterMethods in io.gs2.ranking.result with parameters of type CategoryModelMasterModifier and TypeMethodDescriptionvoidCreateCategoryModelMasterResult.setItem(CategoryModelMaster item) voidDeleteCategoryModelMasterResult.setItem(CategoryModelMaster item) voidGetCategoryModelMasterResult.setItem(CategoryModelMaster item) voidUpdateCategoryModelMasterResult.setItem(CategoryModelMaster item) CreateCategoryModelMasterResult.withItem(CategoryModelMaster item) DeleteCategoryModelMasterResult.withItem(CategoryModelMaster item) GetCategoryModelMasterResult.withItem(CategoryModelMaster item) UpdateCategoryModelMasterResult.withItem(CategoryModelMaster item) Method parameters in io.gs2.ranking.result with type arguments of type CategoryModelMasterModifier and TypeMethodDescriptionvoidDescribeCategoryModelMastersResult.setItems(List<CategoryModelMaster> items) DescribeCategoryModelMastersResult.withItems(List<CategoryModelMaster> items)