Uses of Class
odata.msgraph.client.beta.enums.GiphyRatingType
-
Packages that use GiphyRatingType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.enums -
-
Uses of GiphyRatingType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as GiphyRatingType Modifier and Type Field Description protected GiphyRatingTypeTeamFunSettings. giphyContentRatingMethods in odata.msgraph.client.beta.complex that return types with arguments of type GiphyRatingType Modifier and Type Method Description Optional<GiphyRatingType>TeamFunSettings. getGiphyContentRating()Methods in odata.msgraph.client.beta.complex with parameters of type GiphyRatingType Modifier and Type Method Description TeamFunSettings.BuilderTeamFunSettings.Builder. giphyContentRating(GiphyRatingType giphyContentRating)TeamFunSettingsTeamFunSettings. withGiphyContentRating(GiphyRatingType giphyContentRating) -
Uses of GiphyRatingType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return GiphyRatingType Modifier and Type Method Description static GiphyRatingTypeGiphyRatingType. valueOf(String name)Returns the enum constant of this type with the specified name.static GiphyRatingType[]GiphyRatingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-