public static class PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PathPaymentStrictReceiveOp |
build() |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
destAmount(Int64 destAmount) |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
destAsset(Asset destAsset) |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
destination(MuxedAccount destination) |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
path(Asset[] path) |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
sendAsset(Asset sendAsset) |
PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder |
sendMax(Int64 sendMax) |
java.lang.String |
toString() |
public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder sendAsset(Asset sendAsset)
this
.public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder sendMax(Int64 sendMax)
this
.public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder destination(MuxedAccount destination)
this
.public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder destAsset(Asset destAsset)
this
.public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder destAmount(Int64 destAmount)
this
.public PathPaymentStrictReceiveOp.PathPaymentStrictReceiveOpBuilder path(Asset[] path)
this
.public PathPaymentStrictReceiveOp build()
public java.lang.String toString()
toString
in class java.lang.Object