Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendar
Packages that use MicrosoftGraphCalendar
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphCalendar in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarModifier and TypeMethodDescriptionMicrosoftGraphEvent.calendar()Get the calendar property: calendar.MicrosoftGraphGroupInner.calendar()Get the calendar property: calendar.MicrosoftGraphUserInner.calendar()Get the calendar property: calendar.MicrosoftGraphCalendar.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: calendar.MicrosoftGraphCalendar.withAllowedOnlineMeetingProviders(List<MicrosoftGraphOnlineMeetingProviderType> allowedOnlineMeetingProviders) Set the allowedOnlineMeetingProviders property: Represent the online meeting service providers that can be used to create online meetings in this calendar.MicrosoftGraphCalendar.withCalendarPermissions(List<MicrosoftGraphCalendarPermission> calendarPermissions) Set the calendarPermissions property: The permissions of the users with whom the calendar is shared.MicrosoftGraphCalendar.withCalendarView(List<MicrosoftGraphEvent> calendarView) Set the calendarView property: The calendar view for the calendar.MicrosoftGraphCalendar.withCanEdit(Boolean canEdit) Set the canEdit property: True if the user can write to the calendar, false otherwise.MicrosoftGraphCalendar.withCanShare(Boolean canShare) Set the canShare property: True if the user has the permission to share the calendar, false otherwise.MicrosoftGraphCalendar.withCanViewPrivateItems(Boolean canViewPrivateItems) Set the canViewPrivateItems property: True if the user can read calendar items that have been marked private, false otherwise.MicrosoftGraphCalendar.withChangeKey(String changeKey) Set the changeKey property: Identifies the version of the calendar object.MicrosoftGraphCalendar.withColor(MicrosoftGraphCalendarColor color) Set the color property: calendarColor.MicrosoftGraphCalendar.withDefaultOnlineMeetingProvider(MicrosoftGraphOnlineMeetingProviderType defaultOnlineMeetingProvider) Set the defaultOnlineMeetingProvider property: onlineMeetingProviderType.MicrosoftGraphCalendar.withEvents(List<MicrosoftGraphEvent> events) Set the events property: The events in the calendar.MicrosoftGraphCalendar.withHexColor(String hexColor) Set the hexColor property: The hexColor property.Set the id property: Read-only.MicrosoftGraphCalendar.withIsDefaultCalendar(Boolean isDefaultCalendar) Set the isDefaultCalendar property: The isDefaultCalendar property.MicrosoftGraphCalendar.withIsRemovable(Boolean isRemovable) Set the isRemovable property: Indicates whether this user calendar can be deleted from the user mailbox.MicrosoftGraphCalendar.withIsTallyingResponses(Boolean isTallyingResponses) Set the isTallyingResponses property: Indicates whether this user calendar supports tracking of meeting responses.MicrosoftGraphCalendar.withMultiValueExtendedProperties(List<MicrosoftGraphMultiValueLegacyExtendedProperty> multiValueExtendedProperties) Set the multiValueExtendedProperties property: The collection of multi-value extended properties defined for the calendar.Set the name property: The calendar name.MicrosoftGraphCalendar.withOwner(MicrosoftGraphEmailAddress owner) Set the owner property: emailAddress.MicrosoftGraphCalendar.withSingleValueExtendedProperties(List<MicrosoftGraphSingleValueLegacyExtendedProperty> singleValueExtendedProperties) Set the singleValueExtendedProperties property: The collection of single-value extended properties defined for the calendar.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarModifier and TypeMethodDescriptionMicrosoftGraphCalendarGroup.calendars()Get the calendars property: The calendars in the calendar group.MicrosoftGraphUserInner.calendars()Get the calendars property: The user's calendars.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphCalendarModifier and TypeMethodDescriptionMicrosoftGraphEvent.withCalendar(MicrosoftGraphCalendar calendar) Set the calendar property: calendar.MicrosoftGraphGroupInner.withCalendar(MicrosoftGraphCalendar calendar) Set the calendar property: calendar.MicrosoftGraphUserInner.withCalendar(MicrosoftGraphCalendar calendar) Set the calendar property: calendar.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarModifier and TypeMethodDescriptionMicrosoftGraphCalendarGroup.withCalendars(List<MicrosoftGraphCalendar> calendars) Set the calendars property: The calendars in the calendar group.MicrosoftGraphUserInner.withCalendars(List<MicrosoftGraphCalendar> calendars) Set the calendars property: The user's calendars.