Uses of Class
io.gs2.experience.model.ThresholdMaster
Packages that use ThresholdMaster
-
Uses of ThresholdMaster in io.gs2.experience.model
Methods in io.gs2.experience.model that return ThresholdMasterModifier and TypeMethodDescriptionstatic ThresholdMasterThresholdMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) ThresholdMaster.withCreatedAt(Long createdAt) ThresholdMaster.withDescription(String description) ThresholdMaster.withMetadata(String metadata) ThresholdMaster.withRevision(Long revision) ThresholdMaster.withThresholdId(String thresholdId) ThresholdMaster.withUpdatedAt(Long updatedAt) ThresholdMaster.withValues(List<Long> values) Methods in io.gs2.experience.model with parameters of type ThresholdMaster -
Uses of ThresholdMaster in io.gs2.experience.result
Methods in io.gs2.experience.result that return ThresholdMasterModifier and TypeMethodDescriptionCreateThresholdMasterResult.getItem()DeleteThresholdMasterResult.getItem()GetThresholdMasterResult.getItem()UpdateThresholdMasterResult.getItem()Methods in io.gs2.experience.result that return types with arguments of type ThresholdMasterMethods in io.gs2.experience.result with parameters of type ThresholdMasterModifier and TypeMethodDescriptionvoidCreateThresholdMasterResult.setItem(ThresholdMaster item) voidDeleteThresholdMasterResult.setItem(ThresholdMaster item) voidGetThresholdMasterResult.setItem(ThresholdMaster item) voidUpdateThresholdMasterResult.setItem(ThresholdMaster item) CreateThresholdMasterResult.withItem(ThresholdMaster item) DeleteThresholdMasterResult.withItem(ThresholdMaster item) GetThresholdMasterResult.withItem(ThresholdMaster item) UpdateThresholdMasterResult.withItem(ThresholdMaster item) Method parameters in io.gs2.experience.result with type arguments of type ThresholdMasterModifier and TypeMethodDescriptionvoidDescribeThresholdMastersResult.setItems(List<ThresholdMaster> items) DescribeThresholdMastersResult.withItems(List<ThresholdMaster> items)