Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification.field.ProductClassField
Packages that use ProductClassField
Package
Description
-
Uses of ProductClassField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification declared as ProductClassFieldModifier and TypeFieldDescriptionstatic final ProductClassField<String>ProductClass.CHANGE_NUMBERUse with available fluent helpers to apply the ChangeNumber field to query operations.static final ProductClassField<String>ProductClass.CLASS_INTERNAL_IDUse with available fluent helpers to apply the ClassInternalID field to query operations.static final ProductClassField<String>ProductClass.CLASS_TYPEUse with available fluent helpers to apply the ClassType field to query operations.static final ProductClassField<LocalDateTime>ProductClass.KEY_DATEUse with available fluent helpers to apply the KeyDate field to query operations.static final ProductClassField<String>ProductClass.PRODUCTUse with available fluent helpers to apply the Product field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.productmasterdataincludingclassification that return ProductClassFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
ProductClassField<T>ProductClass.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> ProductClassField<T>Use with available fluent helpers to apply an extension field to query operations.