Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.PurCtrAddress
Packages that use PurCtrAddress
Package
Description
-
Uses of PurCtrAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract 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.purchasecontract that return PurCtrAddressModifier and TypeMethodDescriptionPurCtrAddress.PurCtrAddressBuilder.build()protected PurCtrAddressPurCtrAddressCreateFluentHelper.getEntity()protected PurCtrAddressPurCtrAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract 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.purchasecontract 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.purchasecontract 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.purchasecontract 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.purchasecontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch with parameters of type PurCtrAddressModifier and TypeMethodDescriptionDefaultPurchaseContractServiceBatchChangeSet.createPurCtrAddress(PurCtrAddress purCtrAddress) PurchaseContractServiceBatchChangeSet.createPurCtrAddress(PurCtrAddress purCtrAddress) Create a newPurCtrAddressentity and save it to the S/4HANA system.DefaultPurchaseContractServiceBatchChangeSet.updatePurCtrAddress(PurCtrAddress purCtrAddress) PurchaseContractServiceBatchChangeSet.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.purchasecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.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.purchasecontract.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 TypeMethodDescriptionDefaultPurchaseContractService.createPurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.PurchaseContractService.createPurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Create a newPurCtrAddressentity and save it to the S/4HANA system.DefaultPurchaseContractService.updatePurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.PurchaseContractService.updatePurCtrAddress(PurCtrAddress purCtrAddress) Deprecated.Update an existingPurCtrAddressentity and save it to the S/4HANA system.