Package org.stellar.sdk
Class RevokeSignerSponsorshipOperation.Builder
java.lang.Object
org.stellar.sdk.RevokeSignerSponsorshipOperation.Builder
- Enclosing class:
RevokeSignerSponsorshipOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds an operationsetSourceAccount(@NonNull String sourceAccount) Sets the source account for this operation.
-
Constructor Details
-
Builder
Creates a new RevokeSignerSponsorshipOperation builder.- Parameters:
accountId- The id of the account whose signer will be revoked.signer- The signer whose sponsorship which will be revoked.
-
-
Method Details
-
setSourceAccount
public RevokeSignerSponsorshipOperation.Builder setSourceAccount(@NonNull @NonNull String sourceAccount) Sets the source account for this operation.- Parameters:
sourceAccount- The operation's source account.- Returns:
- Builder object so you can chain methods.
-
build
Builds an operation
-