Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster.field.ProductPlantTextField
Packages that use ProductPlantTextField
-
Uses of ProductPlantTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster declared as ProductPlantTextFieldModifier and TypeFieldDescriptionstatic final ProductPlantTextField<String>ProductPlantText.LONG_TEXTUse with available fluent helpers to apply the LongText field to query operations.static final ProductPlantTextField<String>ProductPlantText.PLANTUse with available fluent helpers to apply the Plant field to query operations.static final ProductPlantTextField<String>ProductPlantText.PRODUCTUse with available fluent helpers to apply the Product field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmaster that return ProductPlantTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductPlantTextField<T>ProductPlantText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductPlantTextField<T>Use with available fluent helpers to apply an extension field to query operations.