Uses of Class
io.gs2.exchange.result.IncrementalExchangeByStampSheetResult
Packages that use IncrementalExchangeByStampSheetResult
-
Uses of IncrementalExchangeByStampSheetResult in io.gs2.exchange
Methods in io.gs2.exchange that return IncrementalExchangeByStampSheetResultModifier and TypeMethodDescriptionGs2ExchangeRestClient.incrementalExchangeByStampSheet(IncrementalExchangeByStampSheetRequest request) Method parameters in io.gs2.exchange with type arguments of type IncrementalExchangeByStampSheetResultModifier and TypeMethodDescriptionvoidGs2ExchangeRestClient.incrementalExchangeByStampSheetAsync(IncrementalExchangeByStampSheetRequest request, AsyncAction<AsyncResult<IncrementalExchangeByStampSheetResult>> callback) -
Uses of IncrementalExchangeByStampSheetResult in io.gs2.exchange.result
Methods in io.gs2.exchange.result that return IncrementalExchangeByStampSheetResultModifier and TypeMethodDescriptionIncrementalExchangeByStampSheetResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) IncrementalExchangeByStampSheetResult.withAutoRunStampSheet(Boolean autoRunStampSheet) IncrementalExchangeByStampSheetResult.withItem(IncrementalRateModel item) IncrementalExchangeByStampSheetResult.withStampSheet(String stampSheet) IncrementalExchangeByStampSheetResult.withStampSheetEncryptionKeyId(String stampSheetEncryptionKeyId) IncrementalExchangeByStampSheetResult.withTransactionId(String transactionId)