Share via


BearerTokenSendingMethods Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.apimanagement.v2019_01_01.BearerTokenSendingMethods

public final class BearerTokenSendingMethods
extends com.microsoft.rest.ExpandableStringEnum<BearerTokenSendingMethods>

Defines values for BearerTokenSendingMethods.

Field Summary

Modifier and Type Field and Description
static final BearerTokenSendingMethods AUTHORIZATION_HEADER

Static value authorizationHeader for BearerTokenSendingMethods.

static final BearerTokenSendingMethods QUERY

Static value query for BearerTokenSendingMethods.

Constructor Summary

Constructor Description
BearerTokenSendingMethods()

Method Summary

Modifier and Type Method and Description
static BearerTokenSendingMethods fromString(String name)

Creates or finds a BearerTokenSendingMethods from its string representation.

static java.util.Collection<BearerTokenSendingMethods> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

name - a name to look for

Returns:

the corresponding BearerTokenSendingMethods

values

public static Collection<BearerTokenSendingMethods> values()

Returns:

known BearerTokenSendingMethods values

Applies to