ClientAuthenticationMethod Class

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

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

Defines values for ClientAuthenticationMethod.

Field Summary

Modifier and Type Field and Description
static final ClientAuthenticationMethod BASIC

Static value Basic for ClientAuthenticationMethod.

static final ClientAuthenticationMethod BODY

Static value Body for ClientAuthenticationMethod.

Constructor Summary

Constructor Description
ClientAuthenticationMethod()

Method Summary

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

Creates or finds a ClientAuthenticationMethod from its string representation.

static java.util.Collection<ClientAuthenticationMethod> 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

BASIC

public static final ClientAuthenticationMethod BASIC

Static value Basic for ClientAuthenticationMethod.

BODY

public static final ClientAuthenticationMethod BODY

Static value Body for ClientAuthenticationMethod.

Constructor Details

ClientAuthenticationMethod

public ClientAuthenticationMethod()

Method Details

fromString

public static ClientAuthenticationMethod fromString(String name)

Creates or finds a ClientAuthenticationMethod from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding ClientAuthenticationMethod

values

public static Collection values()

Returns:

known ClientAuthenticationMethod values

Applies to