Package org.stellar.sdk.operations
Class AllowTrustOperation
java.lang.Object
org.stellar.sdk.operations.Operation
org.stellar.sdk.operations.AllowTrustOperation
Deprecated.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AllowTrustOperation.AllowTrustOperationBuilder<C extends AllowTrustOperation,
B extends AllowTrustOperation.AllowTrustOperationBuilder<C, B>> Deprecated.static enum
Deprecated.Indicates which flags to set for a trust line entry.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 TypeMethodDescriptionstatic AllowTrustOperation.AllowTrustOperationBuilder
<?, ?> builder()
Deprecated.boolean
Deprecated.static AllowTrustOperation
fromXdr
(AllowTrustOp op) Deprecated.Construct a newAllowTrustOperation
object from aAllowTrustOp
XDR object.@NonNull String
Deprecated.The asset of the trustline the source account is authorizing.Deprecated.Indicates which flags to set for a trust line entry@NonNull String
Deprecated.The account of the recipient of the trustline.int
hashCode()
Deprecated.Deprecated.toString()
Deprecated.Methods inherited from class org.stellar.sdk.operations.Operation
fromXdr, getSourceAccount, setSourceAccount, toXdr, toXdrBase64
-
Method Details
-
fromXdr
Deprecated.Construct a newAllowTrustOperation
object from aAllowTrustOp
XDR object.- Parameters:
op
-AllowTrustOp
XDR object- Returns:
AllowTrustOperation
object
-
builder
Deprecated. -
toBuilder
Deprecated. -
getTrustor
Deprecated.The account of the recipient of the trustline. -
getAssetCode
Deprecated.The asset of the trustline the source account is authorizing. For example, if a gateway wants to allow another account to hold its USD credit, the type is USD. -
getAuthorize
Deprecated.Indicates which flags to set for a trust line entry -
toString
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-
SetTrustlineFlagsOperation
Represents AllowTrust operation.