Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement.SchAgrmtHeader
Packages that use SchAgrmtHeader
Package
Description
-
Uses of SchAgrmtHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return SchAgrmtHeaderModifier and TypeMethodDescriptionSchAgrmtHeader.SchAgrmtHeaderBuilder.build()protected SchAgrmtHeaderSchAgrmtHeaderCreateFluentHelper.getEntity()protected SchAgrmtHeaderSchAgrmtHeaderUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement that return types with arguments of type SchAgrmtHeaderModifier and TypeMethodDescriptionprotected Class<SchAgrmtHeader>SchAgrmtHeaderByKeyFluentHelper.getEntityClass()protected Class<SchAgrmtHeader>SchAgrmtHeaderFluentHelper.getEntityClass()SchAgrmtHeader.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.schedulingagreement with parameters of type SchAgrmtHeaderModifierConstructorDescriptionSchAgrmtHeaderCreateFluentHelper(String servicePath, SchAgrmtHeader entity, String entityCollection) Creates a fluent helper object that will create aSchAgrmtHeaderentity on the OData endpoint.SchAgrmtHeaderUpdateFluentHelper(String servicePath, SchAgrmtHeader entity, String entityCollection) Creates a fluent helper object that will update aSchAgrmtHeaderentity on the OData endpoint. -
Uses of SchAgrmtHeader 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 SchAgrmtHeaderModifier and TypeMethodDescriptionDefaultSchedulingAgreementServiceBatchChangeSet.createSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) SchedulingAgreementServiceBatchChangeSet.createSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Create a newSchAgrmtHeaderentity and save it to the S/4HANA system.DefaultSchedulingAgreementServiceBatchChangeSet.updateSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) SchedulingAgreementServiceBatchChangeSet.updateSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Update an existingSchAgrmtHeaderentity and save it to the S/4HANA system. -
Uses of SchAgrmtHeader 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 SchAgrmtHeaderModifier and TypeMethodDescriptionSchAgrmtHeaderOneToOneLink.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 SchAgrmtHeaderModifier and TypeMethodDescriptionprotected SchAgrmtHeaderLink<ObjectT>SchAgrmtHeaderLink.translateLinkType(EntityLink<SchAgrmtHeaderLink<ObjectT>, SchAgrmtHeader, ObjectT> link) -
Uses of SchAgrmtHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SchAgrmtHeaderModifier and TypeMethodDescriptionDefaultSchedulingAgreementService.createSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Deprecated.SchedulingAgreementService.createSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Deprecated.Create a newSchAgrmtHeaderentity and save it to the S/4HANA system.DefaultSchedulingAgreementService.updateSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Deprecated.SchedulingAgreementService.updateSchAgrmtHeader(SchAgrmtHeader schAgrmtHeader) Deprecated.Update an existingSchAgrmtHeaderentity and save it to the S/4HANA system.