Uses of Class
io.gs2.lottery.request.GetBoxRequest
Packages that use GetBoxRequest
-
Uses of GetBoxRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type GetBoxRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.getBox(GetBoxRequest request) voidGs2LotteryRestClient.getBoxAsync(GetBoxRequest request, AsyncAction<AsyncResult<GetBoxResult>> callback) -
Uses of GetBoxRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return GetBoxRequestModifier and TypeMethodDescriptionstatic GetBoxRequestGetBoxRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBoxRequest.withAccessToken(String accessToken) GetBoxRequest.withNamespaceName(String namespaceName) GetBoxRequest.withPrizeTableName(String prizeTableName)