Class MicrosoftGraphResponseType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphResponseType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResponseType
public final class MicrosoftGraphResponseType
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphResponseType>
responseType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphResponseTypeStatic value accepted for MicrosoftGraphResponseType.static final MicrosoftGraphResponseTypeStatic value declined for MicrosoftGraphResponseType.static final MicrosoftGraphResponseTypeStatic value none for MicrosoftGraphResponseType.static final MicrosoftGraphResponseTypeStatic value notResponded for MicrosoftGraphResponseType.static final MicrosoftGraphResponseTypeStatic value organizer for MicrosoftGraphResponseType.static final MicrosoftGraphResponseTypeStatic value tentativelyAccepted for MicrosoftGraphResponseType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphResponseTypefromString(String name) Creates or finds a MicrosoftGraphResponseType from its string representation.static Collection<MicrosoftGraphResponseType>values()Gets known MicrosoftGraphResponseType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphResponseType. -
ORGANIZER
Static value organizer for MicrosoftGraphResponseType. -
TENTATIVELY_ACCEPTED
Static value tentativelyAccepted for MicrosoftGraphResponseType. -
ACCEPTED
Static value accepted for MicrosoftGraphResponseType. -
DECLINED
Static value declined for MicrosoftGraphResponseType. -
NOT_RESPONDED
Static value notResponded for MicrosoftGraphResponseType.
-
-
Constructor Details
-
MicrosoftGraphResponseType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphResponseType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphResponseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphResponseType.
-
values
Gets known MicrosoftGraphResponseType values.- Returns:
- known MicrosoftGraphResponseType values.
-
fromString(String)factory method.