Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest |
Modifier and Type | Field and Description |
---|---|
static CostCenterField<String> |
CostCenter.CATEGORY
Use with available fluent helpers to apply the Category field to query operations.
|
static CostCenterField<String> |
CostCenter.COMPANY_CODE
Use with available fluent helpers to apply the CompanyCode field to query operations.
|
static CostCenterField<String> |
CostCenter.COST_CENTER_DESCRIPTION
Use with available fluent helpers to apply the CostCenterDescription field to query operations.
|
static CostCenterField<String> |
CostCenter.COST_CENTER_ID
Use with available fluent helpers to apply the CostCenterID field to query operations.
|
static CostCenterField<String> |
CostCenter.COST_CENTER_NAME
Use with available fluent helpers to apply the CostCenterName field to query operations.
|
static CostCenterField<String> |
CostCenter.LANGUAGE
Use with available fluent helpers to apply the Language field to query operations.
|
static CostCenterField<LocalDateTime> |
CostCenter.LAST_CHANGE_DATE_TIME
Use with available fluent helpers to apply the LastChangeDateTime field to query operations.
|
static CostCenterField<String> |
CostCenter.STATUS
Use with available fluent helpers to apply the Status field to query operations.
|
static CostCenterField<LocalDateTime> |
CostCenter.VALIDITY_END_DATE
Use with available fluent helpers to apply the ValidityEndDate field to query operations.
|
static CostCenterField<LocalDateTime> |
CostCenter.VALIDITY_START_DATE
Use with available fluent helpers to apply the ValidityStartDate field to query operations.
|
Modifier and Type | Method and Description |
---|---|
static <T> CostCenterField<T> |
CostCenter.field(String fieldName,
Class<T> fieldType)
Use with available fluent helpers to apply an extension field to query operations.
|
static <T,DomainT> |
CostCenter.field(String fieldName,
TypeConverter<T,DomainT> typeConverter)
Use with available fluent helpers to apply an extension field to query operations.
|
Copyright © 2018 SAP SE. All rights reserved.