Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup.field.ProductGroupTextField
Packages that use ProductGroupTextField
-
Uses of ProductGroupTextField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup declared as ProductGroupTextFieldModifier and TypeFieldDescriptionstatic final ProductGroupTextField<String>ProductGroupText.LANGUAGEUse with available fluent helpers to apply the Language field to query operations.static final ProductGroupTextField<String>ProductGroupText.MATERIAL_GROUPUse with available fluent helpers to apply the MaterialGroup field to query operations.static final ProductGroupTextField<String>ProductGroupText.MATERIAL_GROUP_NAMEUse with available fluent helpers to apply the MaterialGroupName field to query operations.static final ProductGroupTextField<String>ProductGroupText.MATERIAL_GROUP_TEXTUse with available fluent helpers to apply the MaterialGroupText field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productgroup that return ProductGroupTextFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductGroupTextField<T>ProductGroupText.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductGroupTextField<T>Use with available fluent helpers to apply an extension field to query operations.