Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchAgrmtSchLine
Packages that use SchAgrmtSchLine
Package
Description
-
Uses of SchAgrmtSchLine 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 SchAgrmtSchLineModifier and TypeFieldDescriptionstatic final SchAgrmtItemLink<SchAgrmtSchLine>SchAgrmtItem.TO_SCH_AGRMT_SCH_LINEUse with available fluent helpers to apply the to_SchAgrmtSchLine navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return SchAgrmtSchLineModifier and TypeMethodDescriptionSchAgrmtSchLine.SchAgrmtSchLineBuilder.build()protected SchAgrmtSchLineSchAgrmtSchLineCreateFluentHelper.getEntity()protected SchAgrmtSchLineSchAgrmtSchLineDeleteFluentHelper.getEntity()protected SchAgrmtSchLineSchAgrmtSchLineUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return types with arguments of type SchAgrmtSchLineModifier and TypeMethodDescriptionSchAgrmtItem.fetchSchAgrmtSchLine()Fetches the SchAgrmtSchLine entities (one to many) associated with this entity.protected Class<SchAgrmtSchLine>SchAgrmtSchLineByKeyFluentHelper.getEntityClass()protected Class<SchAgrmtSchLine>SchAgrmtSchLineFluentHelper.getEntityClass()io.vavr.control.Option<List<SchAgrmtSchLine>>SchAgrmtItem.getSchAgrmtSchLineIfPresent()Retrieval of associated SchAgrmtSchLine entities (one to many).SchAgrmtItem.getSchAgrmtSchLineOrFetch()Retrieval of associated SchAgrmtSchLine entities (one to many).SchAgrmtSchLine.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtSchLineModifier and TypeMethodDescriptionvoidSchAgrmtItem.addSchAgrmtSchLine(SchAgrmtSchLine... entity) Adds elements to the list of associated SchAgrmtSchLine entities.SchAgrmtItem.SchAgrmtItemBuilder.schAgrmtSchLine(SchAgrmtSchLine... value) Navigation property to_SchAgrmtSchLine for SchAgrmtItem to multiple SchAgrmtSchLine.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with type arguments of type SchAgrmtSchLineModifier and TypeMethodDescriptionvoidSchAgrmtItem.setSchAgrmtSchLine(List<SchAgrmtSchLine> value) Overwrites the list of associated SchAgrmtSchLine entities for the loaded navigation property to_SchAgrmtSchLine.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtSchLineModifierConstructorDescriptionSchAgrmtSchLineCreateFluentHelper(String servicePath, SchAgrmtSchLine entity, String entityCollection) Creates a fluent helper object that will create aSchAgrmtSchLineentity on the OData endpoint.SchAgrmtSchLineDeleteFluentHelper(String servicePath, SchAgrmtSchLine entity, String entityCollection) Creates a fluent helper object that will delete aSchAgrmtSchLineentity on the OData endpoint.SchAgrmtSchLineUpdateFluentHelper(String servicePath, SchAgrmtSchLine entity, String entityCollection) Creates a fluent helper object that will update aSchAgrmtSchLineentity on the OData endpoint. -
Uses of SchAgrmtSchLine 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 SchAgrmtSchLineModifier and TypeMethodDescriptionDefaultSchedulingAgreementServiceBatchChangeSet.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) SchedulingAgreementServiceBatchChangeSet.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Create a newSchAgrmtSchLineentity and save it to the S/4HANA system.DefaultSchedulingAgreementServiceBatchChangeSet.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) SchedulingAgreementServiceBatchChangeSet.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deletes an existingSchAgrmtSchLineentity in the S/4HANA system.DefaultSchedulingAgreementServiceBatchChangeSet.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) SchedulingAgreementServiceBatchChangeSet.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Update an existingSchAgrmtSchLineentity and save it to the S/4HANA system. -
Uses of SchAgrmtSchLine 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 SchAgrmtSchLineModifier and TypeMethodDescriptionSchAgrmtSchLineOneToOneLink.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 SchAgrmtSchLineModifier and TypeMethodDescriptionprotected SchAgrmtSchLineLink<ObjectT>SchAgrmtSchLineLink.translateLinkType(EntityLink<SchAgrmtSchLineLink<ObjectT>, SchAgrmtSchLine, ObjectT> link) -
Uses of SchAgrmtSchLine in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SchAgrmtSchLineModifier and TypeMethodDescriptionDefaultSchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.SchedulingAgreementService.createSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.Create a newSchAgrmtSchLineentity and save it to the S/4HANA system.DefaultSchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.SchedulingAgreementService.deleteSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.Deletes an existingSchAgrmtSchLineentity in the S/4HANA system.DefaultSchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.SchedulingAgreementService.updateSchAgrmtSchLine(SchAgrmtSchLine schAgrmtSchLine) Deprecated.Update an existingSchAgrmtSchLineentity and save it to the S/4HANA system.