Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands.ProjDmndLastUpdateSourceText
Packages that use ProjDmndLastUpdateSourceText
Package
Description
-
Uses of ProjDmndLastUpdateSourceText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands with type parameters of type ProjDmndLastUpdateSourceTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProjDmndLastUpdateSourceText>ProjDmndLastUpdateSourceText.ALL_FIELDSSelector for all available fields of ProjDmndLastUpdateSourceText.static final SimpleProperty.String<ProjDmndLastUpdateSourceText>ProjDmndLastUpdateSourceText.LANGUAGEstatic final SimpleProperty.String<ProjDmndLastUpdateSourceText>ProjDmndLastUpdateSourceText.PROJ_DMND_LAST_UPDATE_SOURCE_TEXTstatic final SimpleProperty.String<ProjDmndLastUpdateSourceText>ProjDmndLastUpdateSourceText.PROJECT_DEMAND_LAST_UPDATE_SOURCEstatic final NavigationProperty.Collection<ProjectDemandLastUpdateSource,ProjDmndLastUpdateSourceText> ProjectDemandLastUpdateSource.TO__LAST_UPDATE_SOURCE_TXTUse with available request builders to apply the _LastUpdateSourceTxt navigation property to query operations.ProjDmndLastUpdateSourceText.TO__UPDATE_SOURCEUse with available request builders to apply the _UpdateSource navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands that return ProjDmndLastUpdateSourceTextModifier and TypeMethodDescriptionProjDmndLastUpdateSourceText.ProjDmndLastUpdateSourceTextBuilder.build()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands that return types with arguments of type ProjDmndLastUpdateSourceTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProjDmndLastUpdateSourceText>>ProjectDemandLastUpdateSource.getLastUpdateSourceTxtIfPresent()Retrieval of associated ProjDmndLastUpdateSourceText entities (one to many).ProjDmndLastUpdateSourceText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands with parameters of type ProjDmndLastUpdateSourceTextModifier and TypeMethodDescriptionvoidProjectDemandLastUpdateSource.addLastUpdateSourceTxt(ProjDmndLastUpdateSourceText... entity) Adds elements to the list of associated ProjDmndLastUpdateSourceText entities.ProjectDemandLastUpdateSource.ProjectDemandLastUpdateSourceBuilder.lastUpdateSourceTxt(ProjDmndLastUpdateSourceText... value) Navigation property _LastUpdateSourceTxt for ProjectDemandLastUpdateSource to multiple ProjDmndLastUpdateSourceText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands with type arguments of type ProjDmndLastUpdateSourceTextModifier and TypeMethodDescriptionvoidProjectDemandLastUpdateSource.setLastUpdateSourceTxt(List<ProjDmndLastUpdateSourceText> value) Overwrites the list of associated ProjDmndLastUpdateSourceText entities for the loaded navigation property _LastUpdateSourceTxt.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.updatesourceforprojectdemands with type arguments of type ProjDmndLastUpdateSourceTextModifierConstructorDescriptionProjectDemandLastUpdateSource(String projectDemandLastUpdateSource, String projDmndLastUpdateSourceText, List<ProjDmndLastUpdateSourceText> to_LastUpdateSourceTxt) -
Uses of ProjDmndLastUpdateSourceText 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 ProjDmndLastUpdateSourceTextModifier and TypeMethodDescriptionDefaultUpdateSourceForProjectDemandsService.countProjDemandLastUpdateSourceText()Deprecated.UpdateSourceForProjectDemandsService.countProjDemandLastUpdateSourceText()Deprecated.Fetch the number of entries from theProjDmndLastUpdateSourceTextentity collection matching the filter and search expressions.DefaultUpdateSourceForProjectDemandsService.getAllProjDemandLastUpdateSourceText()Deprecated.UpdateSourceForProjectDemandsService.getAllProjDemandLastUpdateSourceText()Deprecated.Fetch multipleProjDmndLastUpdateSourceTextentities.DefaultUpdateSourceForProjectDemandsService.getProjDemandLastUpdateSourceTextByKey(String language, String projectDemandLastUpdateSource) Deprecated.UpdateSourceForProjectDemandsService.getProjDemandLastUpdateSourceTextByKey(String language, String projectDemandLastUpdateSource) Deprecated.Fetch a singleProjDmndLastUpdateSourceTextentity using key fields.