Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject.SrcgProjAllowedCurrency
Packages that use SrcgProjAllowedCurrency
Package
Description
-
Uses of SrcgProjAllowedCurrency in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type parameters of type SrcgProjAllowedCurrencyModifier and TypeFieldDescriptionstatic final SimpleProperty<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.ALL_FIELDSSelector for all available fields of SrcgProjAllowedCurrency.static final SimpleProperty.String<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.SOURCING_ORIGINstatic final SimpleProperty.Guid<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.SOURCING_PROJECT_UUIDstatic final SimpleProperty.String<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.SOURCING_SCENARIOstatic final SimpleProperty.String<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.SRCG_PROJ_ALLOWED_CURRENCYstatic final SimpleProperty.Guid<SrcgProjAllowedCurrency>SrcgProjAllowedCurrency.SRCG_PROJ_ALLOWED_CURRENCY_UUIDstatic final NavigationProperty.Single<SrcgProjAllowedCurrency,SourcingProject> SrcgProjAllowedCurrency.TO__SOURCING_PROJECTUse with available request builders to apply the _SourcingProject navigation property to query operations.SourcingProject.TO__SRCG_PROJ_ALLOWED_CURRENCYUse with available request builders to apply the _SrcgProjAllowedCurrency navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return SrcgProjAllowedCurrencyMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject that return types with arguments of type SrcgProjAllowedCurrencyModifier and TypeMethodDescriptionio.vavr.control.Option<List<SrcgProjAllowedCurrency>>SourcingProject.getSrcgProjAllowedCurrencyIfPresent()Retrieval of associated SrcgProjAllowedCurrency entities (one to many).SrcgProjAllowedCurrency.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with parameters of type SrcgProjAllowedCurrencyModifier and TypeMethodDescriptionvoidSourcingProject.addSrcgProjAllowedCurrency(SrcgProjAllowedCurrency... entity) Adds elements to the list of associated SrcgProjAllowedCurrency entities.SourcingProject.SourcingProjectBuilder.srcgProjAllowedCurrency(SrcgProjAllowedCurrency... value) Navigation property _SrcgProjAllowedCurrency for SourcingProject to multiple SrcgProjAllowedCurrency.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.sourcingproject with type arguments of type SrcgProjAllowedCurrencyModifier and TypeMethodDescriptionvoidSourcingProject.setSrcgProjAllowedCurrency(List<SrcgProjAllowedCurrency> value) Overwrites the list of associated SrcgProjAllowedCurrency entities for the loaded navigation property _SrcgProjAllowedCurrency. -
Uses of SrcgProjAllowedCurrency in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type SrcgProjAllowedCurrencyModifier and TypeMethodDescriptionDefaultSourcingProjectService.countSrcgProjAllowedCurrency()Deprecated.SourcingProjectService.countSrcgProjAllowedCurrency()Deprecated.Fetch the number of entries from theSrcgProjAllowedCurrencyentity collection matching the filter and search expressions.DefaultSourcingProjectService.deleteSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.SourcingProjectService.deleteSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.Deletes an existingSrcgProjAllowedCurrencyentity in the S/4HANA system.DefaultSourcingProjectService.getAllSrcgProjAllowedCurrency()Deprecated.SourcingProjectService.getAllSrcgProjAllowedCurrency()Deprecated.Fetch multipleSrcgProjAllowedCurrencyentities.DefaultSourcingProjectService.getSrcgProjAllowedCurrencyByKey(UUID srcgProjAllowedCurrencyUUID) Deprecated.SourcingProjectService.getSrcgProjAllowedCurrencyByKey(UUID srcgProjAllowedCurrencyUUID) Deprecated.Fetch a singleSrcgProjAllowedCurrencyentity using key fields.DefaultSourcingProjectService.updateSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.SourcingProjectService.updateSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.Update an existingSrcgProjAllowedCurrencyentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type SrcgProjAllowedCurrencyModifier and TypeMethodDescriptionDefaultSourcingProjectService.deleteSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.SourcingProjectService.deleteSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.Deletes an existingSrcgProjAllowedCurrencyentity in the S/4HANA system.DefaultSourcingProjectService.updateSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.SourcingProjectService.updateSrcgProjAllowedCurrency(SrcgProjAllowedCurrency srcgProjAllowedCurrency) Deprecated.Update an existingSrcgProjAllowedCurrencyentity and save it to the S/4HANA system.