Uses of Enum
com.microsoft.graph.models.CalendarSharingActionType
Packages that use CalendarSharingActionType
-
Uses of CalendarSharingActionType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarSharingActionTypeModifier and TypeMethodDescriptionstatic CalendarSharingActionTypeCalendarSharingMessageAction.getActionType()Gets the actionType property value.static CalendarSharingActionTypeReturns the enum constant of this type with the specified name.static CalendarSharingActionType[]CalendarSharingActionType.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 CalendarSharingActionTypeModifier and TypeMethodDescriptionvoidCalendarSharingMessageAction.setActionType(CalendarSharingActionType value) Sets the actionType property value.