Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarRoleType
Packages that use MicrosoftGraphCalendarRoleType
Package
Description
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 MicrosoftGraphCalendarRoleTypeModifier and TypeFieldDescriptionstatic final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.CUSTOMStatic value custom for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.DELEGATE_WITH_PRIVATE_EVENT_ACCESSStatic value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESSStatic value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.FREE_BUSY_READStatic value freeBusyRead for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.LIMITED_READStatic value limitedRead for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.NONEStatic value none for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.READStatic value read for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeMicrosoftGraphCalendarRoleType.WRITEStatic value write for MicrosoftGraphCalendarRoleType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphCalendarRoleTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendarRoleType.fromString(String name) Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.MicrosoftGraphCalendarPermission.role()Get the role property: calendarRoleType.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphCalendarRoleTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendarPermission.allowedRoles()Get the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.MicrosoftGraphCalendarRoleType.values()Gets known MicrosoftGraphCalendarRoleType values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphCalendarRoleTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendarPermission.withRole(MicrosoftGraphCalendarRoleType role) Set the role property: calendarRoleType.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphCalendarRoleTypeModifier and TypeMethodDescriptionMicrosoftGraphCalendarPermission.withAllowedRoles(List<MicrosoftGraphCalendarRoleType> allowedRoles) Set the allowedRoles property: List of allowed sharing or delegating permission levels for the calendar.