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 Details

  • Constructor Details

    • MicrosoftGraphBodyType

      @Deprecated public MicrosoftGraphBodyType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of MicrosoftGraphBodyType value.
  • Method Details

    • 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()
      Gets known MicrosoftGraphBodyType values.
      Returns:
      known MicrosoftGraphBodyType values.