Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.field.ProductField
Packages that use ProductField
-
Uses of ProductField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance declared as ProductFieldModifier and TypeFieldDescriptionstatic final ProductField<String>Product.PRODUCT_IDUse with available fluent helpers to apply the Product_ID field to query operations.static final ProductField<String>Product.PRODUCT_TEXTUse with available fluent helpers to apply the ProductText field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return ProductFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductField<T>Product.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductField<T>Use with available fluent helpers to apply an extension field to query operations.