Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest.field.CostCenterField
Packages that use CostCenterField
-
Uses of CostCenterField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest declared as CostCenterFieldModifier and TypeFieldDescriptionstatic final CostCenterField<String>CostCenter.CATEGORYUse with available fluent helpers to apply the Category field to query operations.static final CostCenterField<String>CostCenter.COMPANY_CODEUse with available fluent helpers to apply the CompanyCode field to query operations.static final CostCenterField<String>CostCenter.COST_CENTER_DESCRIPTIONUse with available fluent helpers to apply the CostCenterDescription field to query operations.static final CostCenterField<String>CostCenter.COST_CENTER_IDUse with available fluent helpers to apply the CostCenterID field to query operations.static final CostCenterField<String>CostCenter.COST_CENTER_NAMEUse with available fluent helpers to apply the CostCenterName field to query operations.static final CostCenterField<String>CostCenter.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.static final CostCenterField<LocalDateTime>CostCenter.LAST_CHANGE_DATE_TIMEUse with available fluent helpers to apply the LastChangeDateTime field to query operations.static final CostCenterField<String>CostCenter.STATUSUse with available fluent helpers to apply the Status field to query operations.static final CostCenterField<LocalDateTime>CostCenter.VALIDITY_END_DATEUse with available fluent helpers to apply the ValidityEndDate field to query operations.static final CostCenterField<LocalDateTime>CostCenter.VALIDITY_START_DATEUse with available fluent helpers to apply the ValidityStartDate field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcentertest that return CostCenterFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
CostCenterField<T>CostCenter.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> CostCenterField<T>Use with available fluent helpers to apply an extension field to query operations.