Class MicrosoftGraphResponseType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphResponseType>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResponseType

public final class MicrosoftGraphResponseType extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphResponseType>
responseType.
  • Field Details

  • Constructor Details

    • MicrosoftGraphResponseType

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

    • fromString

      public static MicrosoftGraphResponseType fromString(String name)
      Creates or finds a MicrosoftGraphResponseType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding MicrosoftGraphResponseType.
    • values

      public static Collection<MicrosoftGraphResponseType> values()
      Gets known MicrosoftGraphResponseType values.
      Returns:
      known MicrosoftGraphResponseType values.