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>
bodyType.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphBodyTypeStatic value html for MicrosoftGraphBodyType.static final MicrosoftGraphBodyTypeStatic value text for MicrosoftGraphBodyType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphBodyTypefromString(String name) Creates or finds a MicrosoftGraphBodyType from its string representation.static Collection<MicrosoftGraphBodyType>values()Gets known MicrosoftGraphBodyType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
TEXT
Static value text for MicrosoftGraphBodyType. -
HTML
Static value html for MicrosoftGraphBodyType.
-
-
Constructor Details
-
MicrosoftGraphBodyType
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphBodyType value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphBodyType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphBodyType.
-
values
Gets known MicrosoftGraphBodyType values.- Returns:
- known MicrosoftGraphBodyType values.
-
fromString(String)factory method.