Uses of Class
io.gs2.loginReward.result.ReceiveByUserIdResult
Packages that use ReceiveByUserIdResult
-
Uses of ReceiveByUserIdResult in io.gs2.loginReward
Methods in io.gs2.loginReward that return ReceiveByUserIdResultModifier and TypeMethodDescriptionGs2LoginRewardRestClient.receiveByUserId(ReceiveByUserIdRequest request) Method parameters in io.gs2.loginReward with type arguments of type ReceiveByUserIdResultModifier and TypeMethodDescriptionvoidGs2LoginRewardRestClient.receiveByUserIdAsync(ReceiveByUserIdRequest request, AsyncAction<AsyncResult<ReceiveByUserIdResult>> callback) -
Uses of ReceiveByUserIdResult in io.gs2.loginReward.result
Methods in io.gs2.loginReward.result that return ReceiveByUserIdResultModifier and TypeMethodDescriptionstatic ReceiveByUserIdResultReceiveByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) ReceiveByUserIdResult.withAutoRunStampSheet(Boolean autoRunStampSheet) ReceiveByUserIdResult.withBonusModel(BonusModel bonusModel) ReceiveByUserIdResult.withItem(ReceiveStatus item) ReceiveByUserIdResult.withStampSheet(String stampSheet) ReceiveByUserIdResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) ReceiveByUserIdResult.withTransactionId(String transactionId)