Package org.stellar.sdk
Class ClawbackClaimableBalanceOperation
- java.lang.Object
-
- org.stellar.sdk.Operation
-
- org.stellar.sdk.ClawbackClaimableBalanceOperation
-
public class ClawbackClaimableBalanceOperation extends Operation
Represents a Clawback Claimable Balance operation.- See Also:
- List of Operations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ClawbackClaimableBalanceOperation.Builder
Builds ClawbackClaimableBalanceOperation.-
Nested classes/interfaces inherited from class org.stellar.sdk.Operation
Operation.OperationBuilder<C extends Operation,B extends Operation.OperationBuilder<C,B>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object object)
java.lang.String
getBalanceId()
The id of the claimable balance which will be clawed back.int
hashCode()
-
Methods inherited from class org.stellar.sdk.Operation
fromXdr, fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdr, toXdrBase64, toXdrBase64
-
-