Uses of Class
io.gs2.lottery.request.ResetBoxRequest
Packages that use ResetBoxRequest
-
Uses of ResetBoxRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type ResetBoxRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.resetBox(ResetBoxRequest request) voidGs2LotteryRestClient.resetBoxAsync(ResetBoxRequest request, AsyncAction<AsyncResult<ResetBoxResult>> callback) -
Uses of ResetBoxRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return ResetBoxRequestModifier and TypeMethodDescriptionstatic ResetBoxRequestResetBoxRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) ResetBoxRequest.withAccessToken(String accessToken) ResetBoxRequest.withDuplicationAvoider(String duplicationAvoider) ResetBoxRequest.withNamespaceName(String namespaceName) ResetBoxRequest.withPrizeTableName(String prizeTableName)