Uses of Enum
com.microsoft.graph.models.Importance
Packages that use Importance
-
Uses of Importance in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ImportanceModifier and TypeMethodDescriptionstatic ImportanceEvent.getImportance()Gets the importance property value.Message.getImportance()Gets the importance property value.MessageRulePredicates.getImportance()Gets the importance property value.TodoTask.getImportance()Gets the importance property value.MessageRuleActions.getMarkImportance()Gets the markImportance property value.static ImportanceReturns 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.Methods in com.microsoft.graph.models with parameters of type ImportanceModifier and TypeMethodDescriptionvoidEvent.setImportance(Importance value) Sets the importance property value.voidMessage.setImportance(Importance value) Sets the importance property value.voidMessageRulePredicates.setImportance(Importance value) Sets the importance property value.voidTodoTask.setImportance(Importance value) Sets the importance property value.voidMessageRuleActions.setMarkImportance(Importance value) Sets the markImportance property value.