Package org.stellar.sdk.xdr
Class PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder
- Enclosing class:
PathPaymentStrictReceiveOp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()destAmount(Int64 destAmount) Value of thedestAmountfield.Value of thedestAssetfield.destination(MuxedAccount destination) Value of thedestinationfield.Value of thepathfield.Value of thesendAssetfield.Value of thesendMaxfield.toString()
-
Method Details
-
sendAsset
Value of thesendAssetfield.- Parameters:
sendAsset- thesendAssetfield value- Returns:
this.
-
sendMax
Value of thesendMaxfield.- Parameters:
sendMax- thesendMaxfield value- Returns:
this.
-
destination
public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder destination(MuxedAccount destination) Value of thedestinationfield.- Parameters:
destination- thedestinationfield value- Returns:
this.
-
destAsset
Value of thedestAssetfield.- Parameters:
destAsset- thedestAssetfield value- Returns:
this.
-
destAmount
Value of thedestAmountfield.- Parameters:
destAmount- thedestAmountfield value- Returns:
this.
-
path
Value of thepathfield.- Parameters:
path- thepathfield value- Returns:
this.
-
build
-
toString
-