Uses of Class
odata.msgraph.client.beta.enums.RecommendationCategory
-
Packages that use RecommendationCategory Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RecommendationCategory in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RecommendationCategory Modifier and Type Field Description protected RecommendationCategoryRecommendation. categoryMethods in odata.msgraph.client.beta.entity that return types with arguments of type RecommendationCategory Modifier and Type Method Description Optional<RecommendationCategory>Recommendation. getCategory()Methods in odata.msgraph.client.beta.entity with parameters of type RecommendationCategory Modifier and Type Method Description Recommendation.BuilderRecommendation.Builder. category(RecommendationCategory category)RecommendationRecommendation. withCategory(RecommendationCategory category) -
Uses of RecommendationCategory in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RecommendationCategory Modifier and Type Method Description static RecommendationCategoryRecommendationCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static RecommendationCategory[]RecommendationCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.
-