Package org.stellar.sdk.xdr
Class RevokeSponsorshipOp.RevokeSponsorshipOpBuilder
java.lang.Object
org.stellar.sdk.xdr.RevokeSponsorshipOp.RevokeSponsorshipOpBuilder
- Enclosing class:
RevokeSponsorshipOp
-
Method Summary
Modifier and TypeMethodDescriptionbuild()discriminant(RevokeSponsorshipType discriminant) Value of thediscriminantfield.Value of theledgerKeyfield.Value of thesignerfield.toString()
-
Method Details
-
discriminant
public RevokeSponsorshipOp.RevokeSponsorshipOpBuilder discriminant(RevokeSponsorshipType discriminant) Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
ledgerKey
Value of theledgerKeyfield.- Parameters:
ledgerKey- theledgerKeyfield value- Returns:
this.
-
signer
public RevokeSponsorshipOp.RevokeSponsorshipOpBuilder signer(RevokeSponsorshipOp.RevokeSponsorshipOpSigner signer) Value of thesignerfield.- Parameters:
signer- thesignerfield value- Returns:
this.
-
build
-
toString
-