Package org.stellar.sdk.xdr
Class PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder
java.lang.Object
org.stellar.sdk.xdr.PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder
- Enclosing class:
PathPaymentStrictSendResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(PathPaymentStrictSendResultCode discriminant) Value of thediscriminantfield.Value of thenoIssuerfield.Value of thesuccessfield.toString()
-
Method Details
-
discriminant
public PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder discriminant(PathPaymentStrictSendResultCode discriminant) Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
success
public PathPaymentStrictSendResult.PathPaymentStrictSendResultBuilder success(PathPaymentStrictSendResult.PathPaymentStrictSendResultSuccess success) Value of thesuccessfield.- Parameters:
success- thesuccessfield value- Returns:
this.
-
noIssuer
Value of thenoIssuerfield.- Parameters:
noIssuer- thenoIssuerfield value- Returns:
this.
-
build
-
toString
-