Uses of Class
io.gs2.lottery.request.DrawByUserIdRequest
Packages that use DrawByUserIdRequest
-
Uses of DrawByUserIdRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type DrawByUserIdRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.drawByUserId(DrawByUserIdRequest request) voidGs2LotteryRestClient.drawByUserIdAsync(DrawByUserIdRequest request, AsyncAction<AsyncResult<DrawByUserIdResult>> callback) -
Uses of DrawByUserIdRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return DrawByUserIdRequestModifier and TypeMethodDescriptionstatic DrawByUserIdRequestDrawByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DrawByUserIdRequest.withConfig(List<Config> config) DrawByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) DrawByUserIdRequest.withLotteryName(String lotteryName) DrawByUserIdRequest.withNamespaceName(String namespaceName) DrawByUserIdRequest.withTimeOffsetToken(String timeOffsetToken) DrawByUserIdRequest.withUserId(String userId)