Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus.ProjectDemandStatusText
Packages that use ProjectDemandStatusText
Package
Description
-
Uses of ProjectDemandStatusText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus with type parameters of type ProjectDemandStatusTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProjectDemandStatusText>ProjectDemandStatusText.ALL_FIELDSSelector for all available fields of ProjectDemandStatusText.static final SimpleProperty.String<ProjectDemandStatusText>ProjectDemandStatusText.LANGUAGEstatic final SimpleProperty.String<ProjectDemandStatusText>ProjectDemandStatusText.PROJECT_DEMAND_STATUSstatic final SimpleProperty.String<ProjectDemandStatusText>ProjectDemandStatusText.PROJECT_DEMAND_STATUS_TEXTProjectDemandStatusText.TO__STATUSUse with available request builders to apply the _Status navigation property to query operations.ProjectDemandStatus.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus that return ProjectDemandStatusTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus that return types with arguments of type ProjectDemandStatusTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProjectDemandStatusText>>ProjectDemandStatus.getTextIfPresent()Retrieval of associated ProjectDemandStatusText entities (one to many).ProjectDemandStatusText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus with parameters of type ProjectDemandStatusTextModifier and TypeMethodDescriptionvoidProjectDemandStatus.addText(ProjectDemandStatusText... entity) Adds elements to the list of associated ProjectDemandStatusText entities.ProjectDemandStatus.ProjectDemandStatusBuilder.text(ProjectDemandStatusText... value) Navigation property _Text for ProjectDemandStatus to multiple ProjectDemandStatusText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus with type arguments of type ProjectDemandStatusTextModifier and TypeMethodDescriptionvoidProjectDemandStatus.setText(List<ProjectDemandStatusText> value) Overwrites the list of associated ProjectDemandStatusText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandstatus with type arguments of type ProjectDemandStatusTextModifierConstructorDescriptionProjectDemandStatus(String projectDemandStatus, String projectDemandStatusText, List<ProjectDemandStatusText> to_Text) -
Uses of ProjectDemandStatusText 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 ProjectDemandStatusTextModifier and TypeMethodDescriptionDefaultProjectDemandStatusService.countProjectDemandStatusText()Deprecated.ProjectDemandStatusService.countProjectDemandStatusText()Deprecated.Fetch the number of entries from theProjectDemandStatusTextentity collection matching the filter and search expressions.DefaultProjectDemandStatusService.getAllProjectDemandStatusText()Deprecated.ProjectDemandStatusService.getAllProjectDemandStatusText()Deprecated.Fetch multipleProjectDemandStatusTextentities.DefaultProjectDemandStatusService.getProjectDemandStatusTextByKey(String projectDemandStatus, String language) Deprecated.ProjectDemandStatusService.getProjectDemandStatusTextByKey(String projectDemandStatus, String language) Deprecated.Fetch a singleProjectDemandStatusTextentity using key fields.