MicrosoftGraphGiphyRatingType Class

public final class MicrosoftGraphGiphyRatingType
extends ExpandableStringEnum<MicrosoftGraphGiphyRatingType>

giphyRatingType.

Field Summary

Modifier and Type Field and Description
static final MicrosoftGraphGiphyRatingType MODERATE

Static value moderate for MicrosoftGraphGiphyRatingType.

static final MicrosoftGraphGiphyRatingType STRICT

Static value strict for MicrosoftGraphGiphyRatingType.

static final MicrosoftGraphGiphyRatingType UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphGiphyRatingType.

Constructor Summary

Constructor Description
MicrosoftGraphGiphyRatingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphGiphyRatingType value.

Method Summary

Modifier and Type Method and Description
static MicrosoftGraphGiphyRatingType fromString(String name)

Creates or finds a MicrosoftGraphGiphyRatingType from its string representation.

static Collection<MicrosoftGraphGiphyRatingType> values()

Gets known MicrosoftGraphGiphyRatingType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MODERATE

public static final MicrosoftGraphGiphyRatingType MODERATE

Static value moderate for MicrosoftGraphGiphyRatingType.

STRICT

public static final MicrosoftGraphGiphyRatingType STRICT

Static value strict for MicrosoftGraphGiphyRatingType.

UNKNOWN_FUTURE_VALUE

public static final MicrosoftGraphGiphyRatingType UNKNOWN_FUTURE_VALUE

Static value unknownFutureValue for MicrosoftGraphGiphyRatingType.

Constructor Details

MicrosoftGraphGiphyRatingType

@Deprecated
public MicrosoftGraphGiphyRatingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of MicrosoftGraphGiphyRatingType value.

Method Details

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 values()

Gets known MicrosoftGraphGiphyRatingType values.

Returns:

known MicrosoftGraphGiphyRatingType values.

Applies to