Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.InbDeliveryHeader
Packages that use InbDeliveryHeader
Package
Description
-
Uses of InbDeliveryHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return InbDeliveryHeaderModifier and TypeMethodDescriptionInbDeliveryHeader.InbDeliveryHeaderBuilder.build()protected InbDeliveryHeaderInbDeliveryHeaderCreateFluentHelper.getEntity()protected InbDeliveryHeaderInbDeliveryHeaderDeleteFluentHelper.getEntity()protected InbDeliveryHeaderInbDeliveryHeaderUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 that return types with arguments of type InbDeliveryHeaderModifier and TypeMethodDescriptionprotected Class<InbDeliveryHeader>InbDeliveryHeaderByKeyFluentHelper.getEntityClass()protected Class<InbDeliveryHeader>InbDeliveryHeaderFluentHelper.getEntityClass()InbDeliveryHeader.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2 with parameters of type InbDeliveryHeaderModifierConstructorDescriptionInbDeliveryHeaderCreateFluentHelper(String servicePath, InbDeliveryHeader entity, String entityCollection) Creates a fluent helper object that will create aInbDeliveryHeaderentity on the OData endpoint.InbDeliveryHeaderDeleteFluentHelper(String servicePath, InbDeliveryHeader entity, String entityCollection) Creates a fluent helper object that will delete aInbDeliveryHeaderentity on the OData endpoint.InbDeliveryHeaderUpdateFluentHelper(String servicePath, InbDeliveryHeader entity, String entityCollection) Creates a fluent helper object that will update aInbDeliveryHeaderentity on the OData endpoint. -
Uses of InbDeliveryHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.batch with parameters of type InbDeliveryHeaderModifier and TypeMethodDescriptionDefaultInboundDeliveryV2ServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.DefaultInboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryV2ServiceBatchChangeSet.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system. -
Uses of InbDeliveryHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddeliveryv2.link that return types with arguments of type InbDeliveryHeaderModifier and TypeMethodDescriptionInbDeliveryHeaderOneToOneLink.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.inbounddeliveryv2.link with type arguments of type InbDeliveryHeaderModifier and TypeMethodDescriptionprotected InbDeliveryHeaderLink<ObjectT>InbDeliveryHeaderLink.translateLinkType(EntityLink<InbDeliveryHeaderLink<ObjectT>, InbDeliveryHeader, ObjectT> link) -
Uses of InbDeliveryHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type InbDeliveryHeaderModifier and TypeMethodDescriptionDefaultInboundDeliveryV2Service.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryV2Service.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryV2Service.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryV2Service.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.DefaultInboundDeliveryV2Service.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryV2Service.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.