Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.WarehouseStorageType
Packages that use WarehouseStorageType
Package
Description
-
Uses of WarehouseStorageType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with type parameters of type WarehouseStorageTypeModifier and TypeFieldDescriptionstatic final WarehouseLink<WarehouseStorageType>Warehouse.TO_WAREHOUSE_STORAGE_TYPEUse with available fluent helpers to apply the to_WarehouseStorageType navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse that return WarehouseStorageTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse that return types with arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionWarehouse.fetchWarehouseStorageType()Fetches the WarehouseStorageType entities (one to many) associated with this entity.protected Class<WarehouseStorageType>WarehouseStorageTypeByKeyFluentHelper.getEntityClass()protected Class<WarehouseStorageType>WarehouseStorageTypeFluentHelper.getEntityClass()WarehouseStorageType.getType()io.vavr.control.Option<List<WarehouseStorageType>>Warehouse.getWarehouseStorageTypeIfPresent()Retrieval of associated WarehouseStorageType entities (one to many).Warehouse.getWarehouseStorageTypeOrFetch()Retrieval of associated WarehouseStorageType entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with parameters of type WarehouseStorageTypeModifier and TypeMethodDescriptionvoidWarehouse.addWarehouseStorageType(WarehouseStorageType... entity) Adds elements to the list of associated WarehouseStorageType entities.Warehouse.WarehouseBuilder.warehouseStorageType(WarehouseStorageType... value) Navigation property to_WarehouseStorageType for Warehouse to multiple WarehouseStorageType.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with type arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionvoidWarehouse.setWarehouseStorageType(List<WarehouseStorageType> value) Overwrites the list of associated WarehouseStorageType entities for the loaded navigation property to_WarehouseStorageType.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with type arguments of type WarehouseStorageTypeModifierConstructorDescriptionWarehouse(String warehouse, List<WarehouseStorageType> toWarehouseStorageType, List<WarehouseText> toWarehouseText) -
Uses of WarehouseStorageType in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.link that return types with arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionWarehouseStorageTypeOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression) Query modifier to restrict the result set to entities for which this expression (formulated over a property of a related entity) evaluates to true.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.link with type arguments of type WarehouseStorageTypeModifier and TypeMethodDescriptionprotected WarehouseStorageTypeLink<ObjectT>WarehouseStorageTypeLink.translateLinkType(EntityLink<WarehouseStorageTypeLink<ObjectT>, WarehouseStorageType, ObjectT> link)