Class BearerTokenSendingMethods

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

public final class BearerTokenSendingMethods extends com.azure.core.util.ExpandableStringEnum<BearerTokenSendingMethods>
Form of an authorization grant, which the client uses to request the access token.
  • Field Details

    • AUTHORIZATION_HEADER

      public static final BearerTokenSendingMethods AUTHORIZATION_HEADER
      Static value authorizationHeader for BearerTokenSendingMethods.
    • QUERY

      public static final BearerTokenSendingMethods QUERY
      Static value query for BearerTokenSendingMethods.
  • Constructor Details

    • BearerTokenSendingMethods

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

    • fromString

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

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