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