Package org.stellar.sdk.xdr
Class LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder
java.lang.Object
org.stellar.sdk.xdr.LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder
- Enclosing class:
LedgerEntry.LedgerEntryData
-
Method Summary
Modifier and TypeMethodDescriptionaccount(AccountEntry account) Value of theaccountfield.build()claimableBalance(ClaimableBalanceEntry claimableBalance) Value of theclaimableBalancefield.configSetting(ConfigSettingEntry configSetting) Value of theconfigSettingfield.contractCode(ContractCodeEntry contractCode) Value of thecontractCodefield.contractData(ContractDataEntry contractData) Value of thecontractDatafield.Value of thedatafield.discriminant(LedgerEntryType discriminant) Value of thediscriminantfield.liquidityPool(LiquidityPoolEntry liquidityPool) Value of theliquidityPoolfield.offer(OfferEntry offer) Value of theofferfield.toString()trustLine(TrustLineEntry trustLine) Value of thetrustLinefield.Value of thettlfield.
-
Method Details
-
discriminant
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder discriminant(LedgerEntryType discriminant) Value of thediscriminantfield.- Parameters:
discriminant- thediscriminantfield value- Returns:
this.
-
account
Value of theaccountfield.- Parameters:
account- theaccountfield value- Returns:
this.
-
trustLine
Value of thetrustLinefield.- Parameters:
trustLine- thetrustLinefield value- Returns:
this.
-
offer
Value of theofferfield.- Parameters:
offer- theofferfield value- Returns:
this.
-
data
Value of thedatafield.- Parameters:
data- thedatafield value- Returns:
this.
-
claimableBalance
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder claimableBalance(ClaimableBalanceEntry claimableBalance) Value of theclaimableBalancefield.- Parameters:
claimableBalance- theclaimableBalancefield value- Returns:
this.
-
liquidityPool
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder liquidityPool(LiquidityPoolEntry liquidityPool) Value of theliquidityPoolfield.- Parameters:
liquidityPool- theliquidityPoolfield value- Returns:
this.
-
contractData
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder contractData(ContractDataEntry contractData) Value of thecontractDatafield.- Parameters:
contractData- thecontractDatafield value- Returns:
this.
-
contractCode
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder contractCode(ContractCodeEntry contractCode) Value of thecontractCodefield.- Parameters:
contractCode- thecontractCodefield value- Returns:
this.
-
configSetting
public LedgerEntry.LedgerEntryData.LedgerEntryDataBuilder configSetting(ConfigSettingEntry configSetting) Value of theconfigSettingfield.- Parameters:
configSetting- theconfigSettingfield value- Returns:
this.
-
ttl
Value of thettlfield.- Parameters:
ttl- thettlfield value- Returns:
this.
-
build
-
toString
-