Uses of Enum
com.microsoft.graph.models.CalendarSharingActionImportance
Packages that use CalendarSharingActionImportance
-
Uses of CalendarSharingActionImportance in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarSharingActionImportanceModifier and TypeMethodDescriptionCalendarSharingMessageAction.getImportance()Gets the importance property value.Returns the enum constant of this type with the specified name.static CalendarSharingActionImportance[]CalendarSharingActionImportance.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 CalendarSharingActionImportanceModifier and TypeMethodDescriptionvoidCalendarSharingMessageAction.setImportance(CalendarSharingActionImportance value) Sets the importance property value.