Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.PurCtrAccount
Packages that use PurCtrAccount
Package
Description
-
Uses of PurCtrAccount 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 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.purchasecontract that return PurCtrAccountModifier and TypeMethodDescriptionPurCtrAccount.PurCtrAccountBuilder.build()protected PurCtrAccountPurCtrAccountCreateFluentHelper.getEntity()protected PurCtrAccountPurCtrAccountUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract 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.purchasecontract 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.purchasecontract 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.purchasecontract 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.purchasecontract.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.batch with parameters of type PurCtrAccountModifier and TypeMethodDescriptionDefaultPurchaseContractServiceBatchChangeSet.createPurCtrAccount(PurCtrAccount purCtrAccount) PurchaseContractServiceBatchChangeSet.createPurCtrAccount(PurCtrAccount purCtrAccount) Create a newPurCtrAccountentity and save it to the S/4HANA system.DefaultPurchaseContractServiceBatchChangeSet.updatePurCtrAccount(PurCtrAccount purCtrAccount) PurchaseContractServiceBatchChangeSet.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.purchasecontract.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.purchasecontract.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.purchasecontract.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 TypeMethodDescriptionDefaultPurchaseContractService.createPurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.PurchaseContractService.createPurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Create a newPurCtrAccountentity and save it to the S/4HANA system.DefaultPurchaseContractService.updatePurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.PurchaseContractService.updatePurCtrAccount(PurCtrAccount purCtrAccount) Deprecated.Update an existingPurCtrAccountentity and save it to the S/4HANA system.