Package org.stellar.sdk.xdr
Class PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder
- Enclosing class:
PathPaymentStrictSendOp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()Value of thedestAssetfield.destination(MuxedAccount destination) Value of thedestinationfield.Value of thedestMinfield.Value of thepathfield.sendAmount(Int64 sendAmount) Value of thesendAmountfield.Value of thesendAssetfield.toString()
-
Method Details
-
sendAsset
Value of thesendAssetfield.- Parameters:
sendAsset- thesendAssetfield value- Returns:
this.
-
sendAmount
Value of thesendAmountfield.- Parameters:
sendAmount- thesendAmountfield value- Returns:
this.
-
destination
Value of thedestinationfield.- Parameters:
destination- thedestinationfield value- Returns:
this.
-
destAsset
Value of thedestAssetfield.- Parameters:
destAsset- thedestAssetfield value- Returns:
this.
-
destMin
Value of thedestMinfield.- Parameters:
destMin- thedestMinfield value- Returns:
this.
-
path
Value of thepathfield.- Parameters:
path- thepathfield value- Returns:
this.
-
build
-
toString
-