Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea.field.FunctionalAreaTextField
Packages that use FunctionalAreaTextField
-
Uses of FunctionalAreaTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea declared as FunctionalAreaTextFieldModifier and TypeFieldDescriptionstatic final FunctionalAreaTextField<String>FunctionalAreaText.FUNCTIONAL_AREAUse with available fluent helpers to apply the FunctionalArea field to query operations.static final FunctionalAreaTextField<String>FunctionalAreaText.FUNCTIONAL_AREA_NAMEUse with available fluent helpers to apply the FunctionalAreaName field to query operations.static final FunctionalAreaTextField<String>FunctionalAreaText.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.functionalarea that return FunctionalAreaTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
FunctionalAreaTextField<T>FunctionalAreaText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> FunctionalAreaTextField<T>Use with available fluent helpers to apply an extension field to query operations.