BearerTokenSendingMethods Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. apimanagement. v2019_01_01.BearerTokenSendingMethods
- com.
- com.
public final class BearerTokenSendingMethods
extends com.microsoft.rest.ExpandableStringEnum<BearerTokenSendingMethods>
Defines values for BearerTokenSendingMethods.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Bearer |
AUTHORIZATION_HEADER
Static value authorization |
|
static final
Bearer |
QUERY
Static value query for Bearer |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| BearerTokenSendingMethods() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Bearer |
fromString(String name)
Creates or finds a Bearer |
|
static
java.util.Collection<Bearer |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
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
public BearerTokenSendingMethods()
Method Details
fromString
public static BearerTokenSendingMethods fromString(String name)
Creates or finds a BearerTokenSendingMethods from its string representation.
Parameters:
Returns:
values
public static Collection<BearerTokenSendingMethods> values()
Returns: