Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype.ProjectDemandType
Packages that use ProjectDemandType
Package
Description
-
Uses of ProjectDemandType 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 ProjectDemandTypeModifier and TypeFieldDescriptionstatic final SimpleProperty<ProjectDemandType>ProjectDemandType.ALL_FIELDSSelector for all available fields of ProjectDemandType.static final SimpleProperty.String<ProjectDemandType>ProjectDemandType.PROJECT_DEMAND_CATEGORYstatic final SimpleProperty.String<ProjectDemandType>ProjectDemandType.PROJECT_DEMAND_TYPEstatic final SimpleProperty.String<ProjectDemandType>ProjectDemandType.PROJECT_DEMAND_TYPE_NAMEstatic final NavigationProperty.Single<ProjectDemandType,ProjectDemandCategory> ProjectDemandType.TO__PROJECT_DEMAND_CATEGORYUse with available request builders to apply the _ProjectDemandCategory navigation property to query operations.static 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.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 ProjectDemandTypeMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype that return types with arguments of type ProjectDemandTypeModifier and TypeMethodDescriptionio.vavr.control.Option<ProjectDemandType>ProjectDemandTypeText.getProjectDemandTypeIfPresent()Retrieval of associated ProjectDemandType entity (one to one).ProjectDemandType.getType()io.vavr.control.Option<List<ProjectDemandType>>ProjectDemandCategory.getTypeIfPresent()Retrieval of associated ProjectDemandType entities (one to many).Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with parameters of type ProjectDemandTypeModifier and TypeMethodDescriptionvoidProjectDemandCategory.addType(ProjectDemandType... entity) Adds elements to the list of associated ProjectDemandType entities.ProjectDemandTypeText.ProjectDemandTypeTextBuilder.projectDemandType(ProjectDemandType value) Navigation property _ProjectDemandType for ProjectDemandTypeText to single ProjectDemandType.voidProjectDemandTypeText.setProjectDemandType(ProjectDemandType value) Overwrites the associated ProjectDemandType entity for the loaded navigation property _ProjectDemandType.ProjectDemandCategory.ProjectDemandCategoryBuilder.type(ProjectDemandType... value) Navigation property _Type for ProjectDemandCategory to multiple ProjectDemandType.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with type arguments of type ProjectDemandTypeModifier and TypeMethodDescriptionvoidProjectDemandCategory.setType(List<ProjectDemandType> value) Overwrites the list of associated ProjectDemandType entities for the loaded navigation property _Type.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.projectdemandcategoryandtype with parameters of type ProjectDemandTypeModifierConstructorDescriptionProjectDemandTypeText(String language, String projectDemandType, String projectDemandTypeName, ProjectDemandType to_ProjectDemandType) -
Uses of ProjectDemandType 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 ProjectDemandTypeModifier and TypeMethodDescriptionDefaultProjectDemandCategoryAndTypeService.countProjectDemandType()Deprecated.ProjectDemandCategoryAndTypeService.countProjectDemandType()Deprecated.Fetch the number of entries from theProjectDemandTypeentity collection matching the filter and search expressions.DefaultProjectDemandCategoryAndTypeService.getAllProjectDemandType()Deprecated.ProjectDemandCategoryAndTypeService.getAllProjectDemandType()Deprecated.Fetch multipleProjectDemandTypeentities.DefaultProjectDemandCategoryAndTypeService.getProjectDemandTypeByKey(String projectDemandType) Deprecated.ProjectDemandCategoryAndTypeService.getProjectDemandTypeByKey(String projectDemandType) Deprecated.Fetch a singleProjectDemandTypeentity using key fields.