Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarGroup
Packages that use MicrosoftGraphCalendarGroup
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphCalendarGroup in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarGroupModifier and TypeMethodDescriptionMicrosoftGraphCalendarGroup.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: calendarGroup.MicrosoftGraphCalendarGroup.withCalendars(List<MicrosoftGraphCalendar> calendars) Set the calendars property: The calendars in the calendar group.MicrosoftGraphCalendarGroup.withChangeKey(String changeKey) Set the changeKey property: Identifies the version of the calendar group.MicrosoftGraphCalendarGroup.withClassId(UUID classId) Set the classId property: The class identifier.Set the id property: Read-only.Set the name property: The group name.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarGroupModifier and TypeMethodDescriptionMicrosoftGraphUserInner.calendarGroups()Get the calendarGroups property: The user's calendar groups.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarGroupModifier and TypeMethodDescriptionMicrosoftGraphUserInner.withCalendarGroups(List<MicrosoftGraphCalendarGroup> calendarGroups) Set the calendarGroups property: The user's calendar groups.