Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.PlannedOrderComponent
Packages that use PlannedOrderComponent
Package
Description
-
Uses of PlannedOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with type parameters of type PlannedOrderComponentModifier and TypeFieldDescriptionstatic final PlannedOrderLink<PlannedOrderComponent>PlannedOrder.TO_PLANNED_ORDER_COMPONENTUse with available fluent helpers to apply the to_PlannedOrderComponent navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder that return PlannedOrderComponentModifier and TypeMethodDescriptionPlannedOrderComponent.PlannedOrderComponentBuilder.build()protected PlannedOrderComponentPlannedOrderComponentCreateFluentHelper.getEntity()protected PlannedOrderComponentPlannedOrderComponentDeleteFluentHelper.getEntity()protected PlannedOrderComponentPlannedOrderComponentUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder that return types with arguments of type PlannedOrderComponentModifier and TypeMethodDescriptionPlannedOrder.fetchPlannedOrderComponent()Fetches the PlannedOrderComponent entities (one to many) associated with this entity.protected Class<PlannedOrderComponent>PlannedOrderComponentByKeyFluentHelper.getEntityClass()protected Class<PlannedOrderComponent>PlannedOrderComponentFluentHelper.getEntityClass()io.vavr.control.Option<List<PlannedOrderComponent>>PlannedOrder.getPlannedOrderComponentIfPresent()Retrieval of associated PlannedOrderComponent entities (one to many).PlannedOrder.getPlannedOrderComponentOrFetch()Retrieval of associated PlannedOrderComponent entities (one to many).PlannedOrderComponent.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with parameters of type PlannedOrderComponentModifier and TypeMethodDescriptionvoidPlannedOrder.addPlannedOrderComponent(PlannedOrderComponent... entity) Adds elements to the list of associated PlannedOrderComponent entities.PlannedOrder.PlannedOrderBuilder.plannedOrderComponent(PlannedOrderComponent... value) Navigation property to_PlannedOrderComponent for PlannedOrder to multiple PlannedOrderComponent.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with type arguments of type PlannedOrderComponentModifier and TypeMethodDescriptionvoidPlannedOrder.setPlannedOrderComponent(List<PlannedOrderComponent> value) Overwrites the list of associated PlannedOrderComponent entities for the loaded navigation property to_PlannedOrderComponent.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder with parameters of type PlannedOrderComponentModifierConstructorDescriptionPlannedOrderComponentCreateFluentHelper(String servicePath, PlannedOrderComponent entity, String entityCollection) Creates a fluent helper object that will create aPlannedOrderComponententity on the OData endpoint.PlannedOrderComponentDeleteFluentHelper(String servicePath, PlannedOrderComponent entity, String entityCollection) Creates a fluent helper object that will delete aPlannedOrderComponententity on the OData endpoint.PlannedOrderComponentUpdateFluentHelper(String servicePath, PlannedOrderComponent entity, String entityCollection) Creates a fluent helper object that will update aPlannedOrderComponententity on the OData endpoint. -
Uses of PlannedOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.batch with parameters of type PlannedOrderComponentModifier and TypeMethodDescriptionDefaultPlannedOrderServiceBatchChangeSet.createPlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) PlannedOrderServiceBatchChangeSet.createPlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Create a newPlannedOrderComponententity and save it to the S/4HANA system.DefaultPlannedOrderServiceBatchChangeSet.deletePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) PlannedOrderServiceBatchChangeSet.deletePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deletes an existingPlannedOrderComponententity in the S/4HANA system.DefaultPlannedOrderServiceBatchChangeSet.updatePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) PlannedOrderServiceBatchChangeSet.updatePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Update an existingPlannedOrderComponententity and save it to the S/4HANA system. -
Uses of PlannedOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.plannedorder.link that return types with arguments of type PlannedOrderComponentModifier and TypeMethodDescriptionPlannedOrderComponentOneToOneLink.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.plannedorder.link with type arguments of type PlannedOrderComponentModifier and TypeMethodDescriptionprotected PlannedOrderComponentLink<ObjectT>PlannedOrderComponentLink.translateLinkType(EntityLink<PlannedOrderComponentLink<ObjectT>, PlannedOrderComponent, ObjectT> link) -
Uses of PlannedOrderComponent in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PlannedOrderComponentModifier and TypeMethodDescriptionDefaultPlannedOrderService.createPlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.PlannedOrderService.createPlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.Create a newPlannedOrderComponententity and save it to the S/4HANA system.DefaultPlannedOrderService.deletePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.PlannedOrderService.deletePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.Deletes an existingPlannedOrderComponententity in the S/4HANA system.DefaultPlannedOrderService.updatePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.PlannedOrderService.updatePlannedOrderComponent(PlannedOrderComponent plannedOrderComponent) Deprecated.Update an existingPlannedOrderComponententity and save it to the S/4HANA system.