Uses of Class
com.microsoft.graph.models.Calendar
Packages that use Calendar
-
Uses of Calendar in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarModifier and TypeMethodDescriptionstatic CalendarCalendar.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueEvent.getCalendar()Gets the calendar property value.Group.getCalendar()Gets the calendar property value.User.getCalendar()Gets the calendar property value.Methods in com.microsoft.graph.models that return types with arguments of type CalendarModifier and TypeMethodDescriptionCalendarGroup.getCalendars()Gets the calendars property value.User.getCalendars()Gets the calendars property value.CalendarCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type CalendarModifier and TypeMethodDescriptionvoidEvent.setCalendar(Calendar value) Sets the calendar property value.voidGroup.setCalendar(Calendar value) Sets the calendar property value.voidUser.setCalendar(Calendar value) Sets the calendar property value.Method parameters in com.microsoft.graph.models with type arguments of type CalendarModifier and TypeMethodDescriptionvoidCalendarGroup.setCalendars(List<Calendar> value) Sets the calendars property value.voidUser.setCalendars(List<Calendar> value) Sets the calendars property value.voidSets the value property value.