Package org.stellar.sdk.operations
Class RevokeAccountSponsorshipOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.RevokeAccountSponsorshipOperation
Represents Revoke sponsorship operation.
Revokes the sponsorship of an account entry.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder<C extends RevokeAccountSponsorshipOperation,
B extends RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder<C, B>> Nested classes/interfaces inherited from class org.stellar.sdk.operations.Operation
Operation.OperationBuilder<C extends Operation,
B extends Operation.OperationBuilder<C, B>> -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
boolean
Construct a newRevokeAccountSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.@NonNull String
The account whose sponsorship will be revoked.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newRevokeAccountSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.- Parameters:
op
-RevokeSponsorshipOp
XDR object- Returns:
RevokeAccountSponsorshipOperation
object
-
builder
public static RevokeAccountSponsorshipOperation.RevokeAccountSponsorshipOperationBuilder<?,?> builder() -
toBuilder
-
getAccountId
The account whose sponsorship will be revoked. -
toString
-
equals
-
hashCode
public int hashCode()
-