Modifier and Type | Class and Description |
---|---|
static class |
Ledger.LedgerBuilder |
Modifier and Type | Field and Description |
---|---|
static LedgerSelectable |
ALL_FIELDS
Selector for all available fields of Ledger.
|
static LedgerField<String> |
LEDGER
Use with available fluent helpers to apply the Ledger field to query operations.
|
static LedgerField<String> |
LEDGER_TEXT
Use with available fluent helpers to apply the LedgerText field to query operations.
|
Constructor and Description |
---|
Ledger() |
Ledger(String ledger,
String ledgerText,
ErpConfigContext erpConfigContext) |
Modifier and Type | Method and Description |
---|---|
static Ledger.LedgerBuilder |
builder() |
boolean |
equals(Object o) |
static <T> LedgerField<T> |
field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
ErpConfigContext |
getErpConfigContext()
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
String |
getLedger()
(Key Field) Constraints: Not nullable
|
String |
getLedgerText()
Constraints: Not nullable, Maximum length: 60
|
Class<Ledger> |
getType() |
int |
hashCode() |
void |
setErpConfigContext(ErpConfigContext erpConfigContext)
Convienence field for reusing the same ERP system context with multiple queries (e.g.
|
void |
setLedger(String ledger)
(Key Field) Constraints: Not nullable
|
void |
setLedgerText(String ledgerText)
Constraints: Not nullable, Maximum length: 60
|
String |
toString() |
getCustomField, getCustomField, getCustomFieldNames, getCustomFields, hasCustomField, hasCustomField, setCustomField, setCustomField
public static final LedgerSelectable ALL_FIELDS
public static final LedgerField<String> LEDGER
public static final LedgerField<String> LEDGER_TEXT
@Generated(value="lombok") public Ledger()
@ConstructorProperties(value={"ledger","ledgerText","erpConfigContext"}) @Generated(value="lombok") public Ledger(@Nullable String ledger, @Nullable String ledgerText, @Nullable ErpConfigContext erpConfigContext)
public static <T> LedgerField<T> field(String fieldName, Class<T> fieldType)
fieldName
- The name of the extension field as returned by the OData service.fieldType
- The Java type to use for the extension field when performing value comparisons.@Generated(value="lombok") public static Ledger.LedgerBuilder builder()
@Nullable @Generated(value="lombok") public String getLedger()
@Nullable @Generated(value="lombok") public String getLedgerText()
@Nullable @Generated(value="lombok") public ErpConfigContext getErpConfigContext()
@Generated(value="lombok") public void setLedger(@Nullable String ledger)
ledger
- @Generated(value="lombok") public void setLedgerText(@Nullable String ledgerText)
ledgerText
- @Generated(value="lombok") public void setErpConfigContext(@Nullable ErpConfigContext erpConfigContext)
erpConfigContext
- @Generated(value="lombok") public String toString()
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") public int hashCode()
Copyright © 2018 SAP SE. All rights reserved.