Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.field.WarehouseField
Packages that use WarehouseField
-
Uses of WarehouseField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse declared as WarehouseFieldModifier and TypeFieldDescriptionstatic final WarehouseField<String>Warehouse.WAREHOUSEUse with available fluent helpers to apply the Warehouse field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse that return WarehouseFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
WarehouseField<T>Warehouse.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> WarehouseField<T>Use with available fluent helpers to apply an extension field to query operations.