Uses of Class
io.gs2.experience.result.DescribeThresholdMastersResult
Packages that use DescribeThresholdMastersResult
-
Uses of DescribeThresholdMastersResult in io.gs2.experience
Methods in io.gs2.experience that return DescribeThresholdMastersResultModifier and TypeMethodDescriptionGs2ExperienceRestClient.describeThresholdMasters(DescribeThresholdMastersRequest request) Method parameters in io.gs2.experience with type arguments of type DescribeThresholdMastersResultModifier and TypeMethodDescriptionvoidGs2ExperienceRestClient.describeThresholdMastersAsync(DescribeThresholdMastersRequest request, AsyncAction<AsyncResult<DescribeThresholdMastersResult>> callback) -
Uses of DescribeThresholdMastersResult in io.gs2.experience.result
Methods in io.gs2.experience.result that return DescribeThresholdMastersResultModifier and TypeMethodDescriptionDescribeThresholdMastersResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeThresholdMastersResult.withItems(List<ThresholdMaster> items) DescribeThresholdMastersResult.withNextPageToken(String nextPageToken)