Package org.stellar.sdk.operations
Class RevokeOfferSponsorshipOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.RevokeOfferSponsorshipOperation
Represents Revoke sponsorship operation.
Revokes the sponsorship of an offer entry.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
RevokeOfferSponsorshipOperation.RevokeOfferSponsorshipOperationBuilder<C extends RevokeOfferSponsorshipOperation,
B extends RevokeOfferSponsorshipOperation.RevokeOfferSponsorshipOperationBuilder<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 newRevokeOfferSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.@NonNull Long
The id of the offer whose sponsorship will be revoked.@NonNull String
The account whose offer 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 newRevokeOfferSponsorshipOperation
object from aRevokeSponsorshipOp
XDR object.- Parameters:
op
-RevokeSponsorshipOp
XDR object- Returns:
RevokeOfferSponsorshipOperation
object
-
builder
-
toBuilder
-
getSeller
The account whose offer will be revoked. -
getOfferId
The id of the offer whose sponsorship will be revoked. -
toString
-
equals
-
hashCode
public int hashCode()
-