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
Modifier and TypeClassDescriptionstatic class
RevokeDataSponsorshipOperation.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()
boolean
Construct a newRevokeDataSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.@NonNull String
The account whose data entry will be revoked.@NonNull String
The name of the data entry which 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 newRevokeDataSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.- Parameters:
op
-RevokeSponsorshipOp
XDR object- Returns:
RevokeDataSponsorshipOperation
object
-
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()
-