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 Summary
FieldsModifier and TypeFieldDescriptionstatic final BearerTokenSendingMethodsStatic value authorizationHeader for BearerTokenSendingMethods.static final BearerTokenSendingMethodsStatic value query for BearerTokenSendingMethods. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BearerTokenSendingMethodsfromString(String name) Creates or finds a BearerTokenSendingMethods from its string representation.static Collection<BearerTokenSendingMethods> values()Gets known BearerTokenSendingMethods values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
AUTHORIZATION_HEADER
Static value authorizationHeader for BearerTokenSendingMethods. -
QUERY
Static value query for BearerTokenSendingMethods.
-
-
Constructor Details
-
BearerTokenSendingMethods
Deprecated.Use thefromString(String)factory method.Creates a new instance of BearerTokenSendingMethods value.
-
-
Method Details
-
fromString
Creates or finds a BearerTokenSendingMethods from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding BearerTokenSendingMethods.
-
values
Gets known BearerTokenSendingMethods values.- Returns:
- known BearerTokenSendingMethods values.
-
fromString(String)factory method.