Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery.InbDeliveryHeader
Packages that use InbDeliveryHeader
Package
Description
-
Uses of InbDeliveryHeader in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery 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.inbounddelivery 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.inbounddelivery 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.inbounddelivery.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery.batch with parameters of type InbDeliveryHeaderModifier and TypeMethodDescriptionDefaultInboundDeliveryServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryServiceBatchChangeSet.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryServiceBatchChangeSet.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.DefaultInboundDeliveryServiceBatchChangeSet.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) InboundDeliveryServiceBatchChangeSet.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.inbounddelivery.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.inbounddelivery.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.inbounddelivery.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 TypeMethodDescriptionDefaultInboundDeliveryService.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryService.createInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Create a newInbDeliveryHeaderentity and save it to the S/4HANA system.DefaultInboundDeliveryService.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryService.deleteInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Deletes an existingInbDeliveryHeaderentity in the S/4HANA system.DefaultInboundDeliveryService.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.InboundDeliveryService.updateInbDeliveryHeader(InbDeliveryHeader inbDeliveryHeader) Deprecated.Update an existingInbDeliveryHeaderentity and save it to the S/4HANA system.