Class MicrosoftGraphCalendarRoleType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphCalendarRoleType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphCalendarRoleType
public final class MicrosoftGraphCalendarRoleType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphCalendarRoleType>
Defines values for MicrosoftGraphCalendarRoleType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphCalendarRoleTypeStatic value custom for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value freeBusyRead for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value limitedRead for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value none for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value read for MicrosoftGraphCalendarRoleType.static final MicrosoftGraphCalendarRoleTypeStatic value write for MicrosoftGraphCalendarRoleType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphCalendarRoleType. -
FREE_BUSY_READ
Static value freeBusyRead for MicrosoftGraphCalendarRoleType. -
LIMITED_READ
Static value limitedRead for MicrosoftGraphCalendarRoleType. -
READ
Static value read for MicrosoftGraphCalendarRoleType. -
WRITE
Static value write for MicrosoftGraphCalendarRoleType. -
DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESS
Static value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType. -
DELEGATE_WITH_PRIVATE_EVENT_ACCESS
Static value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType. -
CUSTOM
Static value custom for MicrosoftGraphCalendarRoleType.
-
-
Constructor Details
-
MicrosoftGraphCalendarRoleType
public MicrosoftGraphCalendarRoleType()
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphCalendarRoleType.
-
values
- Returns:
- known MicrosoftGraphCalendarRoleType values.
-