Class MicrosoftGraphBodyType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphBodyType>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphBodyType
-
public final class MicrosoftGraphBodyType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphBodyType>
Defines values for MicrosoftGraphBodyType.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphBodyTypeHTMLStatic value html for MicrosoftGraphBodyType.static MicrosoftGraphBodyTypeTEXTStatic value text for MicrosoftGraphBodyType.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphBodyType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphBodyTypefromString(String name)Creates or finds a MicrosoftGraphBodyType from its string representation.static Collection<MicrosoftGraphBodyType>values()
-
-
-
Field Detail
-
TEXT
public static final MicrosoftGraphBodyType TEXT
Static value text for MicrosoftGraphBodyType.
-
HTML
public static final MicrosoftGraphBodyType HTML
Static value html for MicrosoftGraphBodyType.
-
-
Method Detail
-
fromString
public static MicrosoftGraphBodyType fromString(String name)
Creates or finds a MicrosoftGraphBodyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphBodyType.
-
values
public static Collection<MicrosoftGraphBodyType> values()
- Returns:
- known MicrosoftGraphBodyType values.
-
-