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
Fields Modifier and Type Field Description static MicrosoftGraphCalendarRoleTypeCUSTOMStatic value custom for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeDELEGATE_WITH_PRIVATE_EVENT_ACCESSStatic value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeDELEGATE_WITHOUT_PRIVATE_EVENT_ACCESSStatic value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeFREE_BUSY_READStatic value freeBusyRead for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeLIMITED_READStatic value limitedRead for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeNONEStatic value none for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeREADStatic value read for MicrosoftGraphCalendarRoleType.static MicrosoftGraphCalendarRoleTypeWRITEStatic value write for MicrosoftGraphCalendarRoleType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphCalendarRoleType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphCalendarRoleTypefromString(String name)Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.static Collection<MicrosoftGraphCalendarRoleType>values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphCalendarRoleType NONE
Static value none for MicrosoftGraphCalendarRoleType.
-
FREE_BUSY_READ
public static final MicrosoftGraphCalendarRoleType FREE_BUSY_READ
Static value freeBusyRead for MicrosoftGraphCalendarRoleType.
-
LIMITED_READ
public static final MicrosoftGraphCalendarRoleType LIMITED_READ
Static value limitedRead for MicrosoftGraphCalendarRoleType.
-
READ
public static final MicrosoftGraphCalendarRoleType READ
Static value read for MicrosoftGraphCalendarRoleType.
-
WRITE
public static final MicrosoftGraphCalendarRoleType WRITE
Static value write for MicrosoftGraphCalendarRoleType.
-
DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESS
public static final MicrosoftGraphCalendarRoleType DELEGATE_WITHOUT_PRIVATE_EVENT_ACCESS
Static value delegateWithoutPrivateEventAccess for MicrosoftGraphCalendarRoleType.
-
DELEGATE_WITH_PRIVATE_EVENT_ACCESS
public static final MicrosoftGraphCalendarRoleType DELEGATE_WITH_PRIVATE_EVENT_ACCESS
Static value delegateWithPrivateEventAccess for MicrosoftGraphCalendarRoleType.
-
CUSTOM
public static final MicrosoftGraphCalendarRoleType CUSTOM
Static value custom for MicrosoftGraphCalendarRoleType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphCalendarRoleType fromString(String name)
Creates or finds a MicrosoftGraphCalendarRoleType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphCalendarRoleType.
-
values
public static Collection<MicrosoftGraphCalendarRoleType> values()
- Returns:
- known MicrosoftGraphCalendarRoleType values.
-
-