Class MicrosoftGraphEventType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphEventType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEventType
public final class MicrosoftGraphEventType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphEventType>
eventType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphEventTypeStatic value exception for MicrosoftGraphEventType.static final MicrosoftGraphEventTypeStatic value occurrence for MicrosoftGraphEventType.static final MicrosoftGraphEventTypeStatic value seriesMaster for MicrosoftGraphEventType.static final MicrosoftGraphEventTypeStatic value singleInstance for MicrosoftGraphEventType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphEventTypefromString(String name) Creates or finds a MicrosoftGraphEventType from its string representation.static Collection<MicrosoftGraphEventType>values()Gets known MicrosoftGraphEventType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
SINGLE_INSTANCE
Static value singleInstance for MicrosoftGraphEventType. -
OCCURRENCE
Static value occurrence for MicrosoftGraphEventType. -
EXCEPTION
Static value exception for MicrosoftGraphEventType. -
SERIES_MASTER
Static value seriesMaster for MicrosoftGraphEventType.
-
-
Constructor Details
-
MicrosoftGraphEventType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphEventType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphEventType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphEventType.
-
values
Gets known MicrosoftGraphEventType values.- Returns:
- known MicrosoftGraphEventType values.
-
fromString(String)factory method.