public static class PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
PathPaymentStrictSendOp |
build() |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
destAsset(Asset destAsset) |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
destination(MuxedAccount destination) |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
destMin(Int64 destMin) |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
path(Asset[] path) |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
sendAmount(Int64 sendAmount) |
PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder |
sendAsset(Asset sendAsset) |
java.lang.String |
toString() |
public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder sendAsset(Asset sendAsset)
this
.public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder sendAmount(Int64 sendAmount)
this
.public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder destination(MuxedAccount destination)
this
.public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder destAsset(Asset destAsset)
this
.public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder destMin(Int64 destMin)
this
.public PathPaymentStrictSendOp.PathPaymentStrictSendOpBuilder path(Asset[] path)
this
.public PathPaymentStrictSendOp build()
public java.lang.String toString()
toString
in class java.lang.Object