Uses of Class
io.gs2.idle.result.ReceiveResult
Packages that use ReceiveResult
-
Uses of ReceiveResult in io.gs2.idle
Methods in io.gs2.idle that return ReceiveResultMethod parameters in io.gs2.idle with type arguments of type ReceiveResultModifier and TypeMethodDescriptionvoidGs2IdleRestClient.receiveAsync(ReceiveRequest request, AsyncAction<AsyncResult<ReceiveResult>> callback) -
Uses of ReceiveResult in io.gs2.idle.result
Methods in io.gs2.idle.result that return ReceiveResultModifier and TypeMethodDescriptionstatic ReceiveResultReceiveResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) ReceiveResult.withAutoRunStampSheet(Boolean autoRunStampSheet) ReceiveResult.withItems(List<AcquireAction> items) ReceiveResult.withStampSheet(String stampSheet) ReceiveResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) ReceiveResult.withTransactionId(String transactionId)