Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype.ProjectDemandCategory
Packages that use ProjectDemandCategory
Package
Description
-
Uses of ProjectDemandCategory 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 ProjectDemandCategoryModifier and TypeFieldDescriptionstatic final SimpleProperty<ProjectDemandCategory>ProjectDemandCategory.ALL_FIELDSSelector for all available fields of ProjectDemandCategory.static final SimpleProperty.String<ProjectDemandCategory>ProjectDemandCategory.PROJECT_DEMAND_CATEGORYstatic final SimpleProperty.String<ProjectDemandCategory>ProjectDemandCategory.PROJECT_DEMAND_CATEGORY_NAMEProjectDemandCategoryText.TO__PROJECT_DEMAND_CATEGORYUse with available request builders to apply the _ProjectDemandCategory navigation property to query operations.static final NavigationProperty.Single<ProjectDemandType,ProjectDemandCategory> ProjectDemandType.TO__PROJECT_DEMAND_CATEGORYUse with available request builders to apply the _ProjectDemandCategory navigation property to query operations.ProjectDemandCategory.TO__TEXTUse with available request builders to apply the _Text navigation property to query operations.ProjectDemandCategory.TO__TYPEUse with available request builders to apply the _Type navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype that return ProjectDemandCategoryMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype that return types with arguments of type ProjectDemandCategoryModifier and TypeMethodDescriptionio.vavr.control.Option<ProjectDemandCategory>ProjectDemandCategoryText.getProjectDemandCategoryIfPresent()Retrieval of associated ProjectDemandCategory entity (one to one).io.vavr.control.Option<ProjectDemandCategory>ProjectDemandType.getProjectDemandCategoryIfPresent()Retrieval of associated ProjectDemandCategory entity (one to one).ProjectDemandCategory.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with parameters of type ProjectDemandCategoryModifier and TypeMethodDescriptionProjectDemandCategoryText.ProjectDemandCategoryTextBuilder.projectDemandCategory(ProjectDemandCategory value) Navigation property _ProjectDemandCategory for ProjectDemandCategoryText to single ProjectDemandCategory.ProjectDemandType.ProjectDemandTypeBuilder.projectDemandCategory(ProjectDemandCategory value) Navigation property _ProjectDemandCategory for ProjectDemandType to single ProjectDemandCategory.voidProjectDemandCategoryText.setProjectDemandCategory(ProjectDemandCategory value) Overwrites the associated ProjectDemandCategory entity for the loaded navigation property _ProjectDemandCategory.voidProjectDemandType.setProjectDemandCategory(ProjectDemandCategory value) Overwrites the associated ProjectDemandCategory entity for the loaded navigation property _ProjectDemandCategory.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with parameters of type ProjectDemandCategoryModifierConstructorDescriptionProjectDemandCategoryText(String language, String projectDemandCategory, String projectDemandCategoryName, ProjectDemandCategory to_ProjectDemandCategory) ProjectDemandType(String projectDemandType, String projectDemandCategory, String projectDemandTypeName, ProjectDemandCategory to_ProjectDemandCategory, List<ProjectDemandTypeText> to_Text) -
Uses of ProjectDemandCategory 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 ProjectDemandCategoryModifier and TypeMethodDescriptionDefaultProjectDemandCategoryAndTypeService.countProjectDemandCategory()Deprecated.ProjectDemandCategoryAndTypeService.countProjectDemandCategory()Deprecated.Fetch the number of entries from theProjectDemandCategoryentity collection matching the filter and search expressions.DefaultProjectDemandCategoryAndTypeService.getAllProjectDemandCategory()Deprecated.ProjectDemandCategoryAndTypeService.getAllProjectDemandCategory()Deprecated.Fetch multipleProjectDemandCategoryentities.DefaultProjectDemandCategoryAndTypeService.getProjectDemandCategoryByKey(String projectDemandCategory) Deprecated.ProjectDemandCategoryAndTypeService.getProjectDemandCategoryByKey(String projectDemandCategory) Deprecated.Fetch a singleProjectDemandCategoryentity using key fields.