Class BearerTokenSendingMethod

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

public final class BearerTokenSendingMethod extends com.azure.core.util.ExpandableStringEnum<BearerTokenSendingMethod>
Defines values for BearerTokenSendingMethod.
  • Field Details

    • AUTHORIZATION_HEADER

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

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

    • BearerTokenSendingMethod

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

    • fromString

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

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