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>
giphyRatingType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphGiphyRatingTypeStatic value moderate for MicrosoftGraphGiphyRatingType.static final MicrosoftGraphGiphyRatingTypeStatic value strict for MicrosoftGraphGiphyRatingType.static final MicrosoftGraphGiphyRatingTypeStatic value unknownFutureValue for MicrosoftGraphGiphyRatingType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphGiphyRatingType from its string representation.values()Gets known MicrosoftGraphGiphyRatingType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
STRICT
Static value strict for MicrosoftGraphGiphyRatingType. -
MODERATE
Static value moderate for MicrosoftGraphGiphyRatingType. -
UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphGiphyRatingType.
-
-
Constructor Details
-
MicrosoftGraphGiphyRatingType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphGiphyRatingType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphGiphyRatingType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphGiphyRatingType.
-
values
Gets known MicrosoftGraphGiphyRatingType values.- Returns:
- known MicrosoftGraphGiphyRatingType values.
-
fromString(String)factory method.