Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarPermission
-
Packages that use MicrosoftGraphCalendarPermission Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphCalendarPermission in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarPermission Modifier and Type Method Description MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: calendarPermission.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withAllowedRoles(List<MicrosoftGraphCalendarRoleType> allowedRoles)
Set the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withEmailAddress(MicrosoftGraphEmailAddress emailAddress)
Set the emailAddress property: emailAddress.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withId(String id)
Set the id property: Read-only.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withIsInsideOrganization(Boolean isInsideOrganization)
Set the isInsideOrganization property: True if the user in context (sharee or delegate) is inside the same organization as the calendar owner.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withIsRemovable(Boolean isRemovable)
Set the isRemovable property: True if the user can be removed from the list of sharees or delegates for the specified calendar, false otherwise.MicrosoftGraphCalendarPermission
MicrosoftGraphCalendarPermission. withRole(MicrosoftGraphCalendarRoleType role)
Set the role property: The role property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarPermission Modifier and Type Method Description List<MicrosoftGraphCalendarPermission>
MicrosoftGraphCalendar. calendarPermissions()
Get the calendarPermissions property: The permissions of the users with whom the calendar is shared.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarPermission Modifier and Type Method Description MicrosoftGraphCalendar
MicrosoftGraphCalendar. withCalendarPermissions(List<MicrosoftGraphCalendarPermission> calendarPermissions)
Set the calendarPermissions property: The permissions of the users with whom the calendar is shared.
-