Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse.WarehouseText
Packages that use WarehouseText
Package
Description
-
Uses of WarehouseText 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 WarehouseTextModifier and TypeFieldDescriptionstatic final WarehouseLink<WarehouseText>Warehouse.TO_WAREHOUSE_TEXTUse with available fluent helpers to apply the to_WarehouseText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse that return WarehouseTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse that return types with arguments of type WarehouseTextModifier and TypeMethodDescriptionWarehouse.fetchWarehouseText()Fetches the WarehouseText entities (one to many) associated with this entity.protected Class<WarehouseText>WarehouseTextByKeyFluentHelper.getEntityClass()protected Class<WarehouseText>WarehouseTextFluentHelper.getEntityClass()WarehouseText.getType()io.vavr.control.Option<List<WarehouseText>>Warehouse.getWarehouseTextIfPresent()Retrieval of associated WarehouseText entities (one to many).Warehouse.getWarehouseTextOrFetch()Retrieval of associated WarehouseText entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with parameters of type WarehouseTextModifier and TypeMethodDescriptionvoidWarehouse.addWarehouseText(WarehouseText... entity) Adds elements to the list of associated WarehouseText entities.Warehouse.WarehouseBuilder.warehouseText(WarehouseText... value) Navigation property to_WarehouseText for Warehouse to multiple WarehouseText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.warehouse with type arguments of type WarehouseTextModifier and TypeMethodDescriptionvoidWarehouse.setWarehouseText(List<WarehouseText> value) Overwrites the list of associated WarehouseText entities for the loaded navigation property to_WarehouseText. -
Uses of WarehouseText 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 WarehouseTextModifier and TypeMethodDescriptionWarehouseTextOneToOneLink.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 WarehouseTextModifier and TypeMethodDescriptionprotected WarehouseTextLink<ObjectT>WarehouseTextLink.translateLinkType(EntityLink<WarehouseTextLink<ObjectT>, WarehouseText, ObjectT> link)