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