Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchAgrmtItem
Packages that use SchAgrmtItem
Package
Description
-
Uses of SchAgrmtItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type parameters of type SchAgrmtItemModifier and TypeFieldDescriptionstatic final SchAgrmtHeaderLink<SchAgrmtItem>SchAgrmtHeader.TO_SCHEDG_AGRMT_ITMUse with available fluent helpers to apply the to_SchedgAgrmtItm navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return SchAgrmtItemModifier and TypeMethodDescriptionSchAgrmtItem.SchAgrmtItemBuilder.build()protected SchAgrmtItemSchAgrmtItemCreateFluentHelper.getEntity()protected SchAgrmtItemSchAgrmtItemUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return types with arguments of type SchAgrmtItemModifier and TypeMethodDescriptionSchAgrmtHeader.fetchSchedgAgrmtItm()Fetches the SchAgrmtItem entities (one to many) associated with this entity.protected Class<SchAgrmtItem>SchAgrmtItemByKeyFluentHelper.getEntityClass()protected Class<SchAgrmtItem>SchAgrmtItemFluentHelper.getEntityClass()io.vavr.control.Option<List<SchAgrmtItem>>SchAgrmtHeader.getSchedgAgrmtItmIfPresent()Retrieval of associated SchAgrmtItem entities (one to many).SchAgrmtHeader.getSchedgAgrmtItmOrFetch()Retrieval of associated SchAgrmtItem entities (one to many).SchAgrmtItem.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtItemModifier and TypeMethodDescriptionvoidSchAgrmtHeader.addSchedgAgrmtItm(SchAgrmtItem... entity) Adds elements to the list of associated SchAgrmtItem entities.SchAgrmtHeader.SchAgrmtHeaderBuilder.schedgAgrmtItm(SchAgrmtItem... value) Navigation property to_SchedgAgrmtItm for SchAgrmtHeader to multiple SchAgrmtItem.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type arguments of type SchAgrmtItemModifier and TypeMethodDescriptionvoidSchAgrmtHeader.setSchedgAgrmtItm(List<SchAgrmtItem> value) Overwrites the list of associated SchAgrmtItem entities for the loaded navigation property to_SchedgAgrmtItm.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtItemModifierConstructorDescriptionSchAgrmtItemCreateFluentHelper(String servicePath, SchAgrmtItem entity, String entityCollection) Creates a fluent helper object that will create aSchAgrmtItementity on the OData endpoint.SchAgrmtItemUpdateFluentHelper(String servicePath, SchAgrmtItem entity, String entityCollection) Creates a fluent helper object that will update aSchAgrmtItementity on the OData endpoint. -
Uses of SchAgrmtItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.batch with parameters of type SchAgrmtItemModifier and TypeMethodDescriptionDefaultSchedulingAgreementServiceBatchChangeSet.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) SchedulingAgreementServiceBatchChangeSet.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) Create a newSchAgrmtItementity and save it to the S/4HANA system.DefaultSchedulingAgreementServiceBatchChangeSet.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) SchedulingAgreementServiceBatchChangeSet.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) Update an existingSchAgrmtItementity and save it to the S/4HANA system. -
Uses of SchAgrmtItem in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.link that return types with arguments of type SchAgrmtItemModifier and TypeMethodDescriptionSchAgrmtItemOneToOneLink.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.schedulingagreement.link with type arguments of type SchAgrmtItemModifier and TypeMethodDescriptionprotected SchAgrmtItemLink<ObjectT>SchAgrmtItemLink.translateLinkType(EntityLink<SchAgrmtItemLink<ObjectT>, SchAgrmtItem, ObjectT> link) -
Uses of SchAgrmtItem in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SchAgrmtItemModifier and TypeMethodDescriptionDefaultSchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) Deprecated.SchedulingAgreementService.createSchAgrmtItem(SchAgrmtItem schAgrmtItem) Deprecated.Create a newSchAgrmtItementity and save it to the S/4HANA system.DefaultSchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) Deprecated.SchedulingAgreementService.updateSchAgrmtItem(SchAgrmtItem schAgrmtItem) Deprecated.Update an existingSchAgrmtItementity and save it to the S/4HANA system.