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>
calendarRoleType.
-
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()Gets known MicrosoftGraphCalendarRoleType 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
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphCalendarRoleType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphCalendarRoleType.
-
values
Gets known MicrosoftGraphCalendarRoleType values.- Returns:
- known MicrosoftGraphCalendarRoleType values.
-
fromString(String)factory method.