Package org.stellar.sdk.operations
Class RevokeDataSponsorshipOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.RevokeDataSponsorshipOperation
Represents Revoke sponsorship operation.
Revokes the sponsorship of a data
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRevokeDataSponsorshipOperation.RevokeDataSponsorshipOperationBuilder<C extends RevokeDataSponsorshipOperation,B extends RevokeDataSponsorshipOperation.RevokeDataSponsorshipOperationBuilder<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()booleanConstruct a newRevokeDataSponsorshipOperationobject from aRevokeSponsorshipOpXDR object.@NonNull StringThe account whose data entry will be revoked.@NonNull StringThe name of the data entry which will be revoked.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newRevokeDataSponsorshipOperationobject from aRevokeSponsorshipOpXDR object.- Parameters:
op-RevokeSponsorshipOpXDR object- Returns:
RevokeDataSponsorshipOperationobject
-
builder
-
toBuilder
-
getAccountId
The account whose data entry will be revoked. -
getDataName
The name of the data entry which will be revoked. -
toString
-
equals
-
hashCode
public int hashCode()
-