Package org.stellar.sdk.operations
Class ClawbackClaimableBalanceOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.ClawbackClaimableBalanceOperation
Represents ClawbackClaimableBalance operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClawbackClaimableBalanceOperation.ClawbackClaimableBalanceOperationBuilder<C extends ClawbackClaimableBalanceOperation,B extends ClawbackClaimableBalanceOperation.ClawbackClaimableBalanceOperationBuilder<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 newClawbackClaimableBalanceOperationobject from aClawbackClaimableBalanceOpXDR object.@NonNull StringThe id of the claimable balance which will be clawed back.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newClawbackClaimableBalanceOperationobject from aClawbackClaimableBalanceOpXDR object.- Parameters:
op-ClawbackClaimableBalanceOpXDR object- Returns:
ClawbackClaimableBalanceOperationobject
-
builder
public static ClawbackClaimableBalanceOperation.ClawbackClaimableBalanceOperationBuilder<?,?> builder() -
toBuilder
-
getBalanceId
The id of the claimable balance which will be clawed back. -
toString
-
equals
-
hashCode
public int hashCode()
-