Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2.PurCtrAccount
Packages that use PurCtrAccount
Package
Description
-
Uses of PurCtrAccount 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 PurCtrAccountModifier and TypeFieldDescriptionstatic final PurchaseContractItemLink<PurCtrAccount>PurchaseContractItem.TO_PUR_CTR_ACCOUNTUse with available fluent helpers to apply the to_PurCtrAccount navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return PurCtrAccountModifier and TypeMethodDescriptionPurCtrAccount.PurCtrAccountBuilder.build()protected PurCtrAccountPurCtrAccountCreateFluentHelper.getEntity()protected PurCtrAccountPurCtrAccountUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 that return types with arguments of type PurCtrAccountModifier and TypeMethodDescriptionPurchaseContractItem.fetchPurCtrAccount()Fetches the PurCtrAccount entities (one to many) associated with this entity.protected Class<PurCtrAccount>PurCtrAccountByKeyFluentHelper.getEntityClass()protected Class<PurCtrAccount>PurCtrAccountFluentHelper.getEntityClass()io.vavr.control.Option<List<PurCtrAccount>>PurchaseContractItem.getPurCtrAccountIfPresent()Retrieval of associated PurCtrAccount entities (one to many).PurchaseContractItem.getPurCtrAccountOrFetch()Retrieval of associated PurCtrAccount entities (one to many).PurCtrAccount.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurCtrAccountModifier and TypeMethodDescriptionvoidPurchaseContractItem.addPurCtrAccount(PurCtrAccount... entity) Adds elements to the list of associated PurCtrAccount entities.PurchaseContractItem.PurchaseContractItemBuilder.purCtrAccount(PurCtrAccount... value) Navigation property to_PurCtrAccount for PurchaseContractItem to multiple PurCtrAccount.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with type arguments of type PurCtrAccountModifier and TypeMethodDescriptionvoidPurchaseContractItem.setPurCtrAccount(List<PurCtrAccount> value) Overwrites the list of associated PurCtrAccount entities for the loaded navigation property to_PurCtrAccount.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontractv2 with parameters of type PurCtrAccountModifierConstructorDescriptionPurCtrAccountCreateFluentHelper(String servicePath, PurCtrAccount entity, String entityCollection) Creates a fluent helper object that will create aPurCtrAccountentity on the OData endpoint.PurCtrAccountUpdateFluentHelper(String servicePath, PurCtrAccount entity, String entityCollection) Creates a fluent helper object that will update aPurCtrAccountentity on the OData endpoint. -
Uses of PurCtrAccount 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 PurCtrAccountModifier and TypeMethodDescriptionDefaultPurchaseContractV2ServiceBatchChangeSet.createPurCtrAccount(PurCtrAccount purCtrAccount) PurchaseContractV2ServiceBatchChangeSet.createPurCtrAccount(PurCtrAccount purCtrAccount) Create a newPurCtrAccountentity and save it to the S/4HANA system.DefaultPurchaseContractV2ServiceBatchChangeSet.updatePurCtrAccount(PurCtrAccount purCtrAccount) PurchaseContractV2ServiceBatchChangeSet.updatePurCtrAccount(PurCtrAccount purCtrAccount) Update an existingPurCtrAccountentity and save it to the S/4HANA system. -
Uses of PurCtrAccount 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 PurCtrAccountModifier and TypeMethodDescriptionPurCtrAccountOneToOneLink.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 PurCtrAccountModifier and TypeMethodDescriptionprotected PurCtrAccountLink<ObjectT>PurCtrAccountLink.translateLinkType(EntityLink<PurCtrAccountLink<ObjectT>, PurCtrAccount, ObjectT> link) -
Uses of PurCtrAccount in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PurCtrAccountModifier and TypeMethodDescriptionDefaultPurchaseContractV2Service.createPurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.PurchaseContractV2Service.createPurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Create a newPurCtrAccountentity and save it to the S/4HANA system.DefaultPurchaseContractV2Service.updatePurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.PurchaseContractV2Service.updatePurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Update an existingPurCtrAccountentity and save it to the S/4HANA system.