Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarRoleType
-
Packages that use MicrosoftGraphCalendarRoleType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphCalendarRoleType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphCalendarRoleType Modifier and Type Field Description static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. CUSTOMStatic value custom for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. DELEGATE_WITH_PRIVATE_EVENT_ACCESSStatic value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESSStatic value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. FREE_BUSY_READStatic value freeBusyRead for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. LIMITED_READStatic value limitedRead for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. NONEStatic value none for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. READStatic value read for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. WRITEStatic value write for MicrosoftGraphCalendarRoleType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarRoleType Modifier and Type Method Description static MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType. fromString(String name)Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarPermission. role()Get the role property: The role property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarRoleType Modifier and Type Method Description List<MicrosoftGraphCalendarRoleType>MicrosoftGraphCalendarPermission. allowedRoles()Get the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.static Collection<MicrosoftGraphCalendarRoleType>MicrosoftGraphCalendarRoleType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphCalendarRoleType Modifier and Type Method Description MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withRole(MicrosoftGraphCalendarRoleType role)Set the role property: The role property.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarRoleType Modifier and Type Method Description MicrosoftGraphCalendarPermissionMicrosoftGraphCalendarPermission. withAllowedRoles(List<MicrosoftGraphCalendarRoleType> allowedRoles)Set the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.
-