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
Modifier and TypeClassDescriptionstatic class
ClawbackClaimableBalanceOperation.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()
boolean
Construct a newClawbackClaimableBalanceOperation
object from aClawbackClaimableBalanceOp
XDR object.@NonNull String
The id of the claimable balance which will be clawed back.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newClawbackClaimableBalanceOperation
object from aClawbackClaimableBalanceOp
XDR object.- Parameters:
op
-ClawbackClaimableBalanceOp
XDR object- Returns:
ClawbackClaimableBalanceOperation
object
-
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()
-