Uses of Class
io.gs2.lottery.request.GetBoxByUserIdRequest
Packages that use GetBoxByUserIdRequest
-
Uses of GetBoxByUserIdRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type GetBoxByUserIdRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.getBoxByUserId(GetBoxByUserIdRequest request) voidGs2LotteryRestClient.getBoxByUserIdAsync(GetBoxByUserIdRequest request, AsyncAction<AsyncResult<GetBoxByUserIdResult>> callback) -
Uses of GetBoxByUserIdRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return GetBoxByUserIdRequestModifier and TypeMethodDescriptionstatic GetBoxByUserIdRequestGetBoxByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetBoxByUserIdRequest.withNamespaceName(String namespaceName) GetBoxByUserIdRequest.withPrizeTableName(String prizeTableName) GetBoxByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) GetBoxByUserIdRequest.withUserId(String userId)