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