Uses of Class
io.gs2.lottery.result.DescribeLotteryModelMastersResult
Packages that use DescribeLotteryModelMastersResult
-
Uses of DescribeLotteryModelMastersResult in io.gs2.lottery
Methods in io.gs2.lottery that return DescribeLotteryModelMastersResultModifier and TypeMethodDescriptionGs2LotteryRestClient.describeLotteryModelMasters(DescribeLotteryModelMastersRequest request) Method parameters in io.gs2.lottery with type arguments of type DescribeLotteryModelMastersResultModifier and TypeMethodDescriptionvoidGs2LotteryRestClient.describeLotteryModelMastersAsync(DescribeLotteryModelMastersRequest request, AsyncAction<AsyncResult<DescribeLotteryModelMastersResult>> callback) -
Uses of DescribeLotteryModelMastersResult in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return DescribeLotteryModelMastersResultModifier and TypeMethodDescriptionDescribeLotteryModelMastersResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeLotteryModelMastersResult.withItems(List<LotteryModelMaster> items) DescribeLotteryModelMastersResult.withNextPageToken(String nextPageToken)