Uses of Class
io.gs2.lottery.request.DrawWithRandomSeedByUserIdRequest
Packages that use DrawWithRandomSeedByUserIdRequest
-
Uses of DrawWithRandomSeedByUserIdRequest in io.gs2.lottery
Methods in io.gs2.lottery with parameters of type DrawWithRandomSeedByUserIdRequestModifier and TypeMethodDescriptionGs2LotteryRestClient.drawWithRandomSeedByUserId(DrawWithRandomSeedByUserIdRequest request) voidGs2LotteryRestClient.drawWithRandomSeedByUserIdAsync(DrawWithRandomSeedByUserIdRequest request, AsyncAction<AsyncResult<DrawWithRandomSeedByUserIdResult>> callback) -
Uses of DrawWithRandomSeedByUserIdRequest in io.gs2.lottery.request
Methods in io.gs2.lottery.request that return DrawWithRandomSeedByUserIdRequestModifier and TypeMethodDescriptionDrawWithRandomSeedByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DrawWithRandomSeedByUserIdRequest.withConfig(List<Config> config) DrawWithRandomSeedByUserIdRequest.withDuplicationAvoider(String duplicationAvoider) DrawWithRandomSeedByUserIdRequest.withLotteryName(String lotteryName) DrawWithRandomSeedByUserIdRequest.withNamespaceName(String namespaceName) DrawWithRandomSeedByUserIdRequest.withRandomSeed(Long randomSeed) DrawWithRandomSeedByUserIdRequest.withUserId(String userId)