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>
Defines values for MicrosoftGraphResponseType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphResponseTypeACCEPTEDStatic value accepted for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeDECLINEDStatic value declined for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeNONEStatic value none for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeNOT_RESPONDEDStatic value notResponded for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeORGANIZERStatic value organizer for MicrosoftGraphResponseType.static MicrosoftGraphResponseTypeTENTATIVELY_ACCEPTEDStatic value tentativelyAccepted for MicrosoftGraphResponseType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphResponseType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphResponseTypefromString(String name)Creates or finds a MicrosoftGraphResponseType from its string representation.static Collection<MicrosoftGraphResponseType>values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphResponseType NONE
Static value none for MicrosoftGraphResponseType.
-
ORGANIZER
public static final MicrosoftGraphResponseType ORGANIZER
Static value organizer for MicrosoftGraphResponseType.
-
TENTATIVELY_ACCEPTED
public static final MicrosoftGraphResponseType TENTATIVELY_ACCEPTED
Static value tentativelyAccepted for MicrosoftGraphResponseType.
-
ACCEPTED
public static final MicrosoftGraphResponseType ACCEPTED
Static value accepted for MicrosoftGraphResponseType.
-
DECLINED
public static final MicrosoftGraphResponseType DECLINED
Static value declined for MicrosoftGraphResponseType.
-
NOT_RESPONDED
public static final MicrosoftGraphResponseType NOT_RESPONDED
Static value notResponded for MicrosoftGraphResponseType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphResponseType fromString(String name)
Creates or finds a MicrosoftGraphResponseType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphResponseType.
-
values
public static Collection<MicrosoftGraphResponseType> values()
- Returns:
- known MicrosoftGraphResponseType values.
-
-