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 MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: calendarGroup.MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. withCalendars(List<MicrosoftGraphCalendar> calendars)
Set the calendars property: The calendars in the calendar group.MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. withChangeKey(String changeKey)
Set the changeKey property: Identifies the version of the calendar group.MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. withClassId(UUID classId)
Set the classId property: The class identifier.MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. withId(String id)
Set the id property: Read-only.MicrosoftGraphCalendarGroup
MicrosoftGraphCalendarGroup. 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 MicrosoftGraphUserInner
MicrosoftGraphUserInner. withCalendarGroups(List<MicrosoftGraphCalendarGroup> calendarGroups)
Set the calendarGroups property: The user's calendar groups.
-