Uses of Class
com.microsoft.graph.models.Event
Packages that use Event
-
Uses of Event in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return EventModifier and TypeMethodDescriptionstatic EventEvent.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEventMessage.getEvent()Gets the event property value.Methods in com.microsoft.graph.models that return types with arguments of type EventModifier and TypeMethodDescriptionCalendar.getCalendarView()Gets the calendarView property value.Group.getCalendarView()Gets the calendarView property value.User.getCalendarView()Gets the calendarView property value.Calendar.getEvents()Gets the events property value.Group.getEvents()Gets the events property value.User.getEvents()Gets the events property value.Event.getExceptionOccurrences()Gets the exceptionOccurrences property value.Event.getInstances()Gets the instances property value.EventCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type EventModifier and TypeMethodDescriptionvoidSets the event property value.Method parameters in com.microsoft.graph.models with type arguments of type EventModifier and TypeMethodDescriptionvoidCalendar.setCalendarView(List<Event> value) Sets the calendarView property value.voidGroup.setCalendarView(List<Event> value) Sets the calendarView property value.voidUser.setCalendarView(List<Event> value) Sets the calendarView property value.voidSets the events property value.voidSets the events property value.voidSets the events property value.voidEvent.setExceptionOccurrences(List<Event> value) Sets the exceptionOccurrences property value.voidEvent.setInstances(List<Event> value) Sets the instances property value.voidSets the value property value.