Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarGroup
-
Packages that use MicrosoftGraphCalendarGroup Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphCalendarGroup Modifier and Type Method Description MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: calendarGroup.MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withCalendars(List<MicrosoftGraphCalendar> calendars)Set the calendars property: The calendars in the calendar group.MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withChangeKey(String changeKey)Set the changeKey property: Identifies the version of the calendar group.MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withClassId(UUID classId)Set the classId property: The class identifier.MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withId(String id)Set the id property: Read-only.MicrosoftGraphCalendarGroupMicrosoftGraphCalendarGroup. withName(String name)Set the name property: The group name.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarGroup Modifier and Type Method Description List<MicrosoftGraphCalendarGroup>MicrosoftGraphUserInner. calendarGroups()Get the calendarGroups property: The user's calendar groups.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarGroup Modifier and Type Method Description MicrosoftGraphUserInnerMicrosoftGraphUserInner. withCalendarGroups(List<MicrosoftGraphCalendarGroup> calendarGroups)Set the calendarGroups property: The user's calendar groups.
-