Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.OutbDeliveryAddress2
Packages that use OutbDeliveryAddress2
Package
Description
-
Uses of OutbDeliveryAddress2 in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with type parameters of type OutbDeliveryAddress2Modifier and TypeFieldDescriptionstatic final OutbDeliveryPartnerOneToOneLink<OutbDeliveryAddress2>OutbDeliveryPartner.TO_ADDRESS2Use with available fluent helpers to apply the to_Address2 navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return OutbDeliveryAddress2Modifier and TypeMethodDescriptionOutbDeliveryAddress2.OutbDeliveryAddress2Builder.build()OutbDeliveryPartner.fetchAddress2()Fetches the OutbDeliveryAddress2 entity (one to one) associated with this entity.OutbDeliveryPartner.getAddress2OrFetch()Retrieval of associated OutbDeliveryAddress2 entity (one to one).protected OutbDeliveryAddress2OutbDeliveryAddress2UpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 that return types with arguments of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionio.vavr.control.Option<OutbDeliveryAddress2>OutbDeliveryPartner.getAddress2IfPresent()Retrieval of associated OutbDeliveryAddress2 entity (one to one).protected Class<OutbDeliveryAddress2>OutbDeliveryAddress2ByKeyFluentHelper.getEntityClass()protected Class<OutbDeliveryAddress2>OutbDeliveryAddress2FluentHelper.getEntityClass()OutbDeliveryAddress2.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionOutbDeliveryPartner.OutbDeliveryPartnerBuilder.address2(OutbDeliveryAddress2 value) Navigation property to_Address2 for OutbDeliveryPartner to single OutbDeliveryAddress2.voidOutbDeliveryPartner.setAddress2(OutbDeliveryAddress2 value) Overwrites the associated OutbDeliveryAddress2 entity for the loaded navigation property to_Address2.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2 with parameters of type OutbDeliveryAddress2ModifierConstructorDescriptionOutbDeliveryAddress2UpdateFluentHelper(String servicePath, OutbDeliveryAddress2 entity, String entityCollection) Creates a fluent helper object that will update aOutbDeliveryAddress2entity on the OData endpoint.OutbDeliveryPartner(String addressID, UUID businessPartnerAddressUUID, UUID refBusinessPartnerAddressUUID, String contactPerson, String customer, String partnerFunction, String personnel, String sDDocument, String sDDocumentItem, String supplier, OutbDeliveryAddress2 toAddress2, OutbDeliveryAddress toAddress) -
Uses of OutbDeliveryAddress2 in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.batch with parameters of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionDefaultOutboundDeliveryV2ServiceBatchChangeSet.updateOutbDeliveryAddress2(OutbDeliveryAddress2 outbDeliveryAddress2) OutboundDeliveryV2ServiceBatchChangeSet.updateOutbDeliveryAddress2(OutbDeliveryAddress2 outbDeliveryAddress2) Update an existingOutbDeliveryAddress2entity and save it to the S/4HANA system. -
Uses of OutbDeliveryAddress2 in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.outbounddeliveryv2.link that return types with arguments of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionOutbDeliveryAddress2OneToOneLink.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.outbounddeliveryv2.link with type arguments of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionprotected OutbDeliveryAddress2Link<ObjectT>OutbDeliveryAddress2Link.translateLinkType(EntityLink<OutbDeliveryAddress2Link<ObjectT>, OutbDeliveryAddress2, ObjectT> link) -
Uses of OutbDeliveryAddress2 in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type OutbDeliveryAddress2Modifier and TypeMethodDescriptionDefaultOutboundDeliveryV2Service.updateOutbDeliveryAddress2(OutbDeliveryAddress2 outbDeliveryAddress2) Deprecated.OutboundDeliveryV2Service.updateOutbDeliveryAddress2(OutbDeliveryAddress2 outbDeliveryAddress2) Deprecated.Update an existingOutbDeliveryAddress2entity and save it to the S/4HANA system.