Uses of Class
com.microsoft.graph.models.CalendarSharingMessageAction
Packages that use CalendarSharingMessageAction
-
Uses of CalendarSharingMessageAction in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarSharingMessageActionModifier and TypeMethodDescriptionstatic CalendarSharingMessageActionCalendarSharingMessageAction.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueCalendarSharingMessage.getSharingMessageAction()Gets the sharingMessageAction property value.Methods in com.microsoft.graph.models that return types with arguments of type CalendarSharingMessageActionModifier and TypeMethodDescriptionCalendarSharingMessage.getSharingMessageActions()Gets the sharingMessageActions property value.Methods in com.microsoft.graph.models with parameters of type CalendarSharingMessageActionModifier and TypeMethodDescriptionvoidCalendarSharingMessage.setSharingMessageAction(CalendarSharingMessageAction value) Sets the sharingMessageAction property value.Method parameters in com.microsoft.graph.models with type arguments of type CalendarSharingMessageActionModifier and TypeMethodDescriptionvoidCalendarSharingMessage.setSharingMessageActions(List<CalendarSharingMessageAction> value) Sets the sharingMessageActions property value.