Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype.ProjectDemandTypeText
Packages that use ProjectDemandTypeText
Package
Description
-
Uses of ProjectDemandTypeText in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with type parameters of type ProjectDemandTypeTextModifier and TypeFieldDescriptionstatic final SimpleProperty<ProjectDemandTypeText>ProjectDemandTypeText.ALL_FIELDSSelector for all available fields of ProjectDemandTypeText.static final SimpleProperty.String<ProjectDemandTypeText>ProjectDemandTypeText.LANGUAGEstatic final SimpleProperty.String<ProjectDemandTypeText>ProjectDemandTypeText.PROJECT_DEMAND_TYPEstatic final SimpleProperty.String<ProjectDemandTypeText>ProjectDemandTypeText.PROJECT_DEMAND_TYPE_NAMEstatic final NavigationProperty.Single<ProjectDemandTypeText,ProjectDemandType> ProjectDemandTypeText.TO__PROJECT_DEMAND_TYPEUse with available request builders to apply the _ProjectDemandType navigation property to query operations.ProjectDemandType.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.projectdemandcategoryandtype that return ProjectDemandTypeTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype that return types with arguments of type ProjectDemandTypeTextModifier and TypeMethodDescriptionio.vavr.control.Option<List<ProjectDemandTypeText>>ProjectDemandType.getTextIfPresent()Retrieval of associated ProjectDemandTypeText entities (one to many).ProjectDemandTypeText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with parameters of type ProjectDemandTypeTextModifier and TypeMethodDescriptionvoidProjectDemandType.addText(ProjectDemandTypeText... entity) Adds elements to the list of associated ProjectDemandTypeText entities.ProjectDemandType.ProjectDemandTypeBuilder.text(ProjectDemandTypeText... value) Navigation property _Text for ProjectDemandType to multiple ProjectDemandTypeText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with type arguments of type ProjectDemandTypeTextModifier and TypeMethodDescriptionvoidProjectDemandType.setText(List<ProjectDemandTypeText> value) Overwrites the list of associated ProjectDemandTypeText entities for the loaded navigation property _Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with type arguments of type ProjectDemandTypeTextModifierConstructorDescriptionProjectDemandType(String projectDemandType, String projectDemandCategory, String projectDemandTypeName, ProjectDemandCategory to_ProjectDemandCategory, List<ProjectDemandTypeText> to_Text) -
Uses of ProjectDemandTypeText 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 ProjectDemandTypeTextModifier and TypeMethodDescriptionDefaultProjectDemandCategoryAndTypeService.countProjectDemandTypeText()Deprecated.ProjectDemandCategoryAndTypeService.countProjectDemandTypeText()Deprecated.Fetch the number of entries from theProjectDemandTypeTextentity collection matching the filter and search expressions.DefaultProjectDemandCategoryAndTypeService.getAllProjectDemandTypeText()Deprecated.ProjectDemandCategoryAndTypeService.getAllProjectDemandTypeText()Deprecated.Fetch multipleProjectDemandTypeTextentities.DefaultProjectDemandCategoryAndTypeService.getProjectDemandTypeTextByKey(String language, String projectDemandType) Deprecated.ProjectDemandCategoryAndTypeService.getProjectDemandTypeTextByKey(String language, String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeTextentity using key fields.