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 MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: calendarPermission.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withAllowedRoles(List<MicrosoftGraphCalendarRoleType> allowedRoles)Set the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withEmailAddress(MicrosoftGraphEmailAddress emailAddress)Set the emailAddress property: emailAddress.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withId(String id)Set the id property: Read-only.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. 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.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. 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.MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. 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 MicrosoftGraphCalendarMicrosoftGraphCalendar. withCalendarPermissions(List<MicrosoftGraphCalendarPermission> calendarPermissions)Set the calendarPermissions property: The permissions of the users with whom the calendar is shared.
-