Class ClawbackClaimableBalanceOperationResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.operations.OperationResponse
-
- org.stellar.sdk.responses.operations.ClawbackClaimableBalanceOperationResponse
-
- All Implemented Interfaces:
Pageable
public class ClawbackClaimableBalanceOperationResponse extends OperationResponse
Represents a Clawback Claimable Balance operation response.- See Also:
OperationsRequestBuilder
,Server.operations()
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
-
Constructor Summary
Constructors Constructor Description ClawbackClaimableBalanceOperationResponse(java.lang.String balanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBalanceId()
-
Methods inherited from class org.stellar.sdk.responses.operations.OperationResponse
getCreatedAt, getId, getLinks, getPagingToken, getSourceAccount, getSourceAccountMuxed, getTransaction, getTransactionHash, getType, isTransactionSuccessful
-
Methods inherited from class org.stellar.sdk.responses.Response
getRateLimitLimit, getRateLimitRemaining, getRateLimitReset, setHeaders
-
-