Uses of Class
io.gs2.lottery.result.DrawByUserIdResult
Packages that use DrawByUserIdResult
-
Uses of DrawByUserIdResult in io.gs2.lottery
Methods in io.gs2.lottery that return DrawByUserIdResultMethod parameters in io.gs2.lottery with type arguments of type DrawByUserIdResultModifier and TypeMethodDescriptionvoidGs2LotteryRestClient.drawByUserIdAsync(DrawByUserIdRequest request, AsyncAction<AsyncResult<DrawByUserIdResult>> callback) -
Uses of DrawByUserIdResult in io.gs2.lottery.result
Methods in io.gs2.lottery.result that return DrawByUserIdResultModifier and TypeMethodDescriptionstatic DrawByUserIdResultDrawByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DrawByUserIdResult.withAutoRunStampSheet(Boolean autoRunStampSheet) DrawByUserIdResult.withBoxItems(BoxItems boxItems) DrawByUserIdResult.withItems(List<DrawnPrize> items) DrawByUserIdResult.withStampSheet(String stampSheet) DrawByUserIdResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) DrawByUserIdResult.withTransactionId(String transactionId)