Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter.field.CostCenterTextField
Packages that use CostCenterTextField
-
Uses of CostCenterTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.costcenter declared as CostCenterTextFieldModifier and TypeFieldDescriptionstatic final CostCenterTextField<String>CostCenterText.CONTROLLING_AREAUse with available fluent helpers to apply the ControllingArea field to query operations.static final CostCenterTextField<String>CostCenterText.COST_CENTERUse with available fluent helpers to apply the CostCenter 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_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.static final CostCenterTextField<LocalDateTime>CostCenterText.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.costcenter 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.