Package org.stellar.sdk.operations
Class ClaimClaimableBalanceOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.ClaimClaimableBalanceOperation
Represents ClaimClaimableBalance operation.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classClaimClaimableBalanceOperation.ClaimClaimableBalanceOperationBuilder<C extends ClaimClaimableBalanceOperation,B extends ClaimClaimableBalanceOperation.ClaimClaimableBalanceOperationBuilder<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 newClaimClaimableBalanceOperationobject from aClaimClaimableBalanceOpXDR object.@NonNull StringThe claimable balance id to be claimed.inthashCode()toString()Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newClaimClaimableBalanceOperationobject from aClaimClaimableBalanceOpXDR object.- Parameters:
op-ClaimClaimableBalanceOpXDR object- Returns:
ClaimClaimableBalanceOperationobject
-
builder
-
toBuilder
-
getBalanceId
The claimable balance id to be claimed. -
toString
-
equals
-
hashCode
public int hashCode()
-