Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.SalesOrderPartnerAddress
Packages that use SalesOrderPartnerAddress
Package
Description
-
Uses of SalesOrderPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type parameters of type SalesOrderPartnerAddressModifier and TypeFieldDescriptionstatic final SalesOrderHeaderPartnerLink<SalesOrderPartnerAddress>SalesOrderHeaderPartner.TO_ADDRESSUse with available fluent helpers to apply the to_Address navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return SalesOrderPartnerAddressModifier and TypeMethodDescriptionSalesOrderPartnerAddress.SalesOrderPartnerAddressBuilder.build()protected SalesOrderPartnerAddressSalesOrderPartnerAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder that return types with arguments of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionSalesOrderHeaderPartner.fetchAddress()Fetches the SalesOrderPartnerAddress entities (one to many) associated with this entity.io.vavr.control.Option<List<SalesOrderPartnerAddress>>SalesOrderHeaderPartner.getAddressIfPresent()Retrieval of associated SalesOrderPartnerAddress entities (one to many).SalesOrderHeaderPartner.getAddressOrFetch()Retrieval of associated SalesOrderPartnerAddress entities (one to many).protected Class<SalesOrderPartnerAddress>SalesOrderPartnerAddressByKeyFluentHelper.getEntityClass()protected Class<SalesOrderPartnerAddress>SalesOrderPartnerAddressFluentHelper.getEntityClass()SalesOrderPartnerAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionvoidSalesOrderHeaderPartner.addAddress(SalesOrderPartnerAddress... entity) Adds elements to the list of associated SalesOrderPartnerAddress entities.SalesOrderHeaderPartner.SalesOrderHeaderPartnerBuilder.address(SalesOrderPartnerAddress... value) Navigation property to_Address for SalesOrderHeaderPartner to multiple SalesOrderPartnerAddress.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type arguments of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionvoidSalesOrderHeaderPartner.setAddress(List<SalesOrderPartnerAddress> value) Overwrites the list of associated SalesOrderPartnerAddress entities for the loaded navigation property to_Address.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with parameters of type SalesOrderPartnerAddressModifierConstructorDescriptionSalesOrderPartnerAddressUpdateFluentHelper(String servicePath, SalesOrderPartnerAddress entity, String entityCollection) Creates a fluent helper object that will update aSalesOrderPartnerAddressentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder with type arguments of type SalesOrderPartnerAddressModifierConstructorDescriptionSalesOrderHeaderPartner(String salesOrder, String partnerFunction, String customer, String supplier, String personnel, String contactPerson, String addressID, String vATRegistration, List<SalesOrderPartnerAddress> toAddress, SalesOrder toSalesOrder) -
Uses of SalesOrderPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.batch with parameters of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionDefaultSalesOrderServiceBatchChangeSet.updateSalesOrderPartnerAddress(SalesOrderPartnerAddress salesOrderPartnerAddress) SalesOrderServiceBatchChangeSet.updateSalesOrderPartnerAddress(SalesOrderPartnerAddress salesOrderPartnerAddress) Update an existingSalesOrderPartnerAddressentity and save it to the S/4HANA system. -
Uses of SalesOrderPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorder.link that return types with arguments of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionSalesOrderPartnerAddressOneToOneLink.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.salesorder.link with type arguments of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionprotected SalesOrderPartnerAddressLink<ObjectT>SalesOrderPartnerAddressLink.translateLinkType(EntityLink<SalesOrderPartnerAddressLink<ObjectT>, SalesOrderPartnerAddress, ObjectT> link) -
Uses of SalesOrderPartnerAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type SalesOrderPartnerAddressModifier and TypeMethodDescriptionDefaultSalesOrderService.updateSalesOrderPartnerAddress(SalesOrderPartnerAddress salesOrderPartnerAddress) Deprecated.SalesOrderService.updateSalesOrderPartnerAddress(SalesOrderPartnerAddress salesOrderPartnerAddress) Deprecated.Update an existingSalesOrderPartnerAddressentity and save it to the S/4HANA system.