Class MicrosoftGraphGiphyRatingType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphGiphyRatingType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphGiphyRatingType
-
public final class MicrosoftGraphGiphyRatingType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphGiphyRatingType>
Defines values for MicrosoftGraphGiphyRatingType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphGiphyRatingTypeMODERATEStatic value moderate for MicrosoftGraphGiphyRatingType.static MicrosoftGraphGiphyRatingTypeSTRICTStatic value strict for MicrosoftGraphGiphyRatingType.static MicrosoftGraphGiphyRatingTypeUNKNOWN_FUTURE_VALUEStatic value unknownFutureValue for MicrosoftGraphGiphyRatingType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphGiphyRatingType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphGiphyRatingTypefromString(String name)Creates or finds a MicrosoftGraphGiphyRatingType from its string representation.static Collection<MicrosoftGraphGiphyRatingType>values()
-
-
-
Field Detail
-
STRICT
public static final MicrosoftGraphGiphyRatingType STRICT
Static value strict for MicrosoftGraphGiphyRatingType.
-
MODERATE
public static final MicrosoftGraphGiphyRatingType MODERATE
Static value moderate for MicrosoftGraphGiphyRatingType.
-
UNKNOWN_FUTURE_VALUE
public static final MicrosoftGraphGiphyRatingType UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphGiphyRatingType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphGiphyRatingType fromString(String name)
Creates or finds a MicrosoftGraphGiphyRatingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphGiphyRatingType.
-
values
public static Collection<MicrosoftGraphGiphyRatingType> values()
- Returns:
- known MicrosoftGraphGiphyRatingType values.
-
-