Class ClaimClaimableBalanceOperationResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.operations.OperationResponse
-
- org.stellar.sdk.responses.operations.ClaimClaimableBalanceOperationResponse
-
- All Implemented Interfaces:
Pageable
public class ClaimClaimableBalanceOperationResponse extends OperationResponse
Represents ClaimClaimableBalance 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 ClaimClaimableBalanceOperationResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getBalanceId()
java.lang.String
getClaimant()
com.google.common.base.Optional<MuxedAccount>
getClaimantMuxed()
-
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
-
-
-
-
Method Detail
-
getClaimantMuxed
public com.google.common.base.Optional<MuxedAccount> getClaimantMuxed()
-
getBalanceId
public java.lang.String getBalanceId()
-
getClaimant
public java.lang.String getClaimant()
-
-