Uses of Class
odata.msgraph.client.enums.CalendarSharingAction
-
Packages that use CalendarSharingAction Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of CalendarSharingAction in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as CalendarSharingAction Modifier and Type Field Description protected CalendarSharingActionCalendarSharingMessageAction. actionMethods in odata.msgraph.client.complex that return types with arguments of type CalendarSharingAction Modifier and Type Method Description Optional<CalendarSharingAction>CalendarSharingMessageAction. getAction()Methods in odata.msgraph.client.complex with parameters of type CalendarSharingAction Modifier and Type Method Description CalendarSharingMessageAction.BuilderCalendarSharingMessageAction.Builder. action(CalendarSharingAction action)CalendarSharingMessageActionCalendarSharingMessageAction. withAction(CalendarSharingAction action) -
Uses of CalendarSharingAction in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return CalendarSharingAction Modifier and Type Method Description static CalendarSharingActionCalendarSharingAction. valueOf(String name)Returns the enum constant of this type with the specified name.static CalendarSharingAction[]CalendarSharingAction. values()Returns an array containing the constants of this enum type, in the order they are declared.
-