Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurCtrAddress
Packages that use PurCtrAddress
Package
Description
-
Uses of PurCtrAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type parameters of type PurCtrAddressModifier and TypeFieldDescriptionstatic final PurchaseContractItemLink<PurCtrAddress>PurchaseContractItem.TO_PUR_CTR_ADDRESSUse with available fluent helpers to apply the to_PurCtrAddress navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurCtrAddressModifier and TypeMethodDescriptionPurCtrAddress.PurCtrAddressBuilder.build()protected PurCtrAddressPurCtrAddressCreateFluentHelper.getEntity()protected PurCtrAddressPurCtrAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurCtrAddressModifier and TypeMethodDescriptionPurchaseContractItem.fetchPurCtrAddress()Fetches the PurCtrAddress entities (one to many) associated with this entity.protected Class<PurCtrAddress>PurCtrAddressByKeyFluentHelper.getEntityClass()protected Class<PurCtrAddress>PurCtrAddressFluentHelper.getEntityClass()io.vavr.control.Option<List<PurCtrAddress>>PurchaseContractItem.getPurCtrAddressIfPresent()Retrieval of associated PurCtrAddress entities (one to many).PurchaseContractItem.getPurCtrAddressOrFetch()Retrieval of associated PurCtrAddress entities (one to many).PurCtrAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurCtrAddressModifier and TypeMethodDescriptionvoidPurchaseContractItem.addPurCtrAddress(PurCtrAddress... entity) Adds elements to the list of associated PurCtrAddress entities.PurchaseContractItem.PurchaseContractItemBuilder.purCtrAddress(PurCtrAddress... value) Navigation property to_PurCtrAddress for PurchaseContractItem to multiple PurCtrAddress.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurCtrAddressModifier and TypeMethodDescriptionvoidPurchaseContractItem.setPurCtrAddress(List<PurCtrAddress> value) Overwrites the list of associated PurCtrAddress entities for the loaded navigation property to_PurCtrAddress.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurCtrAddressModifierConstructorDescriptionPurCtrAddressCreateFluentHelper(String servicePath, PurCtrAddress entity, String entityCollection) Creates a fluent helper object that will create aPurCtrAddressentity on the OData endpoint.PurCtrAddressUpdateFluentHelper(String servicePath, PurCtrAddress entity, String entityCollection) Creates a fluent helper object that will update aPurCtrAddressentity on the OData endpoint. -
Uses of PurCtrAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.batch with parameters of type PurCtrAddressModifier and TypeMethodDescriptionDefaultPurchaseContractV2ServiceBatchChangeSet.createPurCtrAddress(PurCtrAddress purCtrAddress) PurchaseContractV2ServiceBatchChangeSet.createPurCtrAddress(PurCtrAddress purCtrAddress) Create a newPurCtrAddressentity and save it to the S/4HANA system.DefaultPurchaseContractV2ServiceBatchChangeSet.updatePurCtrAddress(PurCtrAddress purCtrAddress) PurchaseContractV2ServiceBatchChangeSet.updatePurCtrAddress(PurCtrAddress purCtrAddress) Update an existingPurCtrAddressentity and save it to the S/4HANA system. -
Uses of PurCtrAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.link that return types with arguments of type PurCtrAddressModifier and TypeMethodDescriptionPurCtrAddressOneToOneLink.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.purchasecontractv2.link with type arguments of type PurCtrAddressModifier and TypeMethodDescriptionprotected PurCtrAddressLink<ObjectT>PurCtrAddressLink.translateLinkType(EntityLink<PurCtrAddressLink<ObjectT>, PurCtrAddress, ObjectT> link) -
Uses of PurCtrAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurCtrAddressModifier and TypeMethodDescriptionDefaultPurchaseContractV2Service.createPurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.PurchaseContractV2Service.createPurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Create a newPurCtrAddressentity and save it to the S/4HANA system.DefaultPurchaseContractV2Service.updatePurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.PurchaseContractV2Service.updatePurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Update an existingPurCtrAddressentity and save it to the S/4HANA system.