Uses of Class
io.gs2.lottery.request.GetPrizeTableRequest
Packages that use GetPrizeTableRequest
-
Uses of GetPrizeTableRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type GetPrizeTableRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.getPrizeTable(GetPrizeTableRequest request) voidGs2LotteryRestClient.getPrizeTableAsync(GetPrizeTableRequest request, AsyncAction<AsyncResult<GetPrizeTableResult>> callback) -
Uses of GetPrizeTableRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return GetPrizeTableRequestModifier and TypeMethodDescriptionstatic GetPrizeTableRequestGetPrizeTableRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetPrizeTableRequest.withNamespaceName(String namespaceName) GetPrizeTableRequest.withPrizeTableName(String prizeTableName)