Uses of Class
odata.msgraph.client.beta.enums.Importance
-
Packages that use Importance Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of Importance in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as Importance Modifier and Type Field Description protected ImportanceMessageRulePredicates. importanceprotected ImportanceMessageRuleActions. markImportanceMethods in odata.msgraph.client.beta.complex that return types with arguments of type Importance Modifier and Type Method Description Optional<Importance>MessageRulePredicates. getImportance()Optional<Importance>MessageRuleActions. getMarkImportance()Methods in odata.msgraph.client.beta.complex with parameters of type Importance Modifier and Type Method Description MessageRulePredicates.BuilderMessageRulePredicates.Builder. importance(Importance importance)MessageRuleActions.BuilderMessageRuleActions.Builder. markImportance(Importance markImportance)MessageRulePredicatesMessageRulePredicates. withImportance(Importance importance)MessageRuleActionsMessageRuleActions. withMarkImportance(Importance markImportance) -
Uses of Importance in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as Importance Modifier and Type Field Description protected ImportanceBaseTask. importanceprotected ImportanceEvent. importanceprotected ImportanceMessage. importanceprotected ImportanceOutlookTask. importanceprotected ImportancePost. importanceprotected ImportanceTodoTask. importanceMethods in odata.msgraph.client.beta.entity that return types with arguments of type Importance Modifier and Type Method Description Optional<Importance>BaseTask. getImportance()Optional<Importance>Event. getImportance()Optional<Importance>Message. getImportance()Optional<Importance>OutlookTask. getImportance()Optional<Importance>Post. getImportance()Optional<Importance>TodoTask. getImportance() -
Uses of Importance in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return Importance Modifier and Type Method Description static ImportanceImportance. valueOf(String name)Returns the enum constant of this type with the specified name.static Importance[]Importance. values()Returns an array containing the constants of this enum type, in the order they are declared.
-