Uses of Class
io.gs2.lottery.result.DrawWithRandomSeedByUserIdResult
Packages that use DrawWithRandomSeedByUserIdResult
-
Uses of DrawWithRandomSeedByUserIdResult in io.gs2.lottery
Methods in io.gs2.lottery that return DrawWithRandomSeedByUserIdResultModifier and TypeMethodDescriptionGs2LotteryRestClient.drawWithRandomSeedByUserId(DrawWithRandomSeedByUserIdRequest request) Method parameters in io.gs2.lottery with type arguments of type DrawWithRandomSeedByUserIdResultModifier and TypeMethodDescriptionvoidGs2LotteryRestClient.drawWithRandomSeedByUserIdAsync(DrawWithRandomSeedByUserIdRequest request, AsyncAction<AsyncResult<DrawWithRandomSeedByUserIdResult>> callback) -
Uses of DrawWithRandomSeedByUserIdResult in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return DrawWithRandomSeedByUserIdResultModifier and TypeMethodDescriptionDrawWithRandomSeedByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DrawWithRandomSeedByUserIdResult.withAutoRunStampSheet(Boolean autoRunStampSheet) DrawWithRandomSeedByUserIdResult.withItems(List<DrawnPrize> items) DrawWithRandomSeedByUserIdResult.withStampSheet(String stampSheet) DrawWithRandomSeedByUserIdResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) DrawWithRandomSeedByUserIdResult.withTransactionId(String transactionId)