Class AllowTrustOperationResponse
- java.lang.Object
-
- org.stellar.sdk.responses.Response
-
- org.stellar.sdk.responses.operations.OperationResponse
-
- org.stellar.sdk.responses.operations.AllowTrustOperationResponse
-
- All Implemented Interfaces:
Pageable
public class AllowTrustOperationResponse extends OperationResponse
Deprecated.As of release 0.24.0, replaced bySetTrustLineFlagsOperationResponse
Represents AllowTrust operation response.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.stellar.sdk.responses.operations.OperationResponse
OperationResponse.Links
-
-
Constructor Summary
Constructors Constructor Description AllowTrustOperationResponse()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Asset
getAsset()
Deprecated.java.lang.String
getTrustee()
Deprecated.com.google.common.base.Optional<MuxedAccount>
getTrusteeMuxed()
Deprecated.java.lang.String
getTrustor()
Deprecated.boolean
isAuthorize()
Deprecated.boolean
isAuthorizedToMaintainLiabilities()
Deprecated.-
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
-
getTrustor
public java.lang.String getTrustor()
Deprecated.
-
getTrusteeMuxed
public com.google.common.base.Optional<MuxedAccount> getTrusteeMuxed()
Deprecated.
-
getTrustee
public java.lang.String getTrustee()
Deprecated.
-
isAuthorize
public boolean isAuthorize()
Deprecated.
-
isAuthorizedToMaintainLiabilities
public boolean isAuthorizedToMaintainLiabilities()
Deprecated.
-
getAsset
public Asset getAsset()
Deprecated.
-
-