Uses of Class
io.gs2.idle.result.ReceiveByUserIdResult
Packages that use ReceiveByUserIdResult
-
Uses of ReceiveByUserIdResult in io.gs2.idle
Methods in io.gs2.idle that return ReceiveByUserIdResultModifier and TypeMethodDescriptionGs2IdleRestClient.receiveByUserId(ReceiveByUserIdRequest request) Method parameters in io.gs2.idle with type arguments of type ReceiveByUserIdResultModifier and TypeMethodDescriptionvoidGs2IdleRestClient.receiveByUserIdAsync(ReceiveByUserIdRequest request, AsyncAction<AsyncResult<ReceiveByUserIdResult>> callback) -
Uses of ReceiveByUserIdResult in io.gs2.idle.result
Methods in io.gs2.idle.result that return ReceiveByUserIdResultModifier and TypeMethodDescriptionstatic ReceiveByUserIdResultReceiveByUserIdResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) ReceiveByUserIdResult.withAutoRunStampSheet(Boolean autoRunStampSheet) ReceiveByUserIdResult.withItems(List<AcquireAction> items) ReceiveByUserIdResult.withStampSheet(String stampSheet) ReceiveByUserIdResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) ReceiveByUserIdResult.withStatus(Status status) ReceiveByUserIdResult.withTransactionId(String transactionId)