Class AuthorizationType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<AuthorizationType>
com.azure.resourcemanager.apimanagement.models.AuthorizationType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class AuthorizationType extends com.azure.core.util.ExpandableStringEnum<AuthorizationType>
Authorization type options.
  • Field Details

    • OAUTH2

      public static final AuthorizationType OAUTH2
      Static value OAuth2 for AuthorizationType.
  • Constructor Details

    • AuthorizationType

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

    • fromString

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

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