Uses of Class
com.microsoft.graph.models.CalendarPermission
Packages that use CalendarPermission
-
Uses of CalendarPermission in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CalendarPermissionModifier and TypeMethodDescriptionstatic CalendarPermissionCalendarPermission.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type CalendarPermissionModifier and TypeMethodDescriptionCalendar.getCalendarPermissions()Gets the calendarPermissions property value.CalendarPermissionCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type CalendarPermissionModifier and TypeMethodDescriptionvoidCalendar.setCalendarPermissions(List<CalendarPermission> value) Sets the calendarPermissions property value.voidCalendarPermissionCollectionResponse.setValue(List<CalendarPermission> value) Sets the value property value.