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