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
Modifier and TypeClassDescriptionstatic class
ClaimClaimableBalanceOperation.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()
boolean
Construct a newClaimClaimableBalanceOperation
object from aClaimClaimableBalanceOp
XDR object.@NonNull String
The claimable balance id to be claimed.int
hashCode()
toString()
Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Construct a newClaimClaimableBalanceOperation
object from aClaimClaimableBalanceOp
XDR object.- Parameters:
op
-ClaimClaimableBalanceOp
XDR object- Returns:
ClaimClaimableBalanceOperation
object
-
builder
-
toBuilder
-
getBalanceId
The claimable balance id to be claimed. -
toString
-
equals
-
hashCode
public int hashCode()
-