JsonWebKeyType Class

public final class JsonWebKeyType
extends ExpandableStringEnum<JsonWebKeyType>

Provisioning state.

Field Summary

Modifier and Type Field and Description
static final JsonWebKeyType ALLOCATING

Static value Allocating for JsonWebKeyType.

static final JsonWebKeyType CHECKING_QUOTA

Static value CheckingQuota for JsonWebKeyType.

static final JsonWebKeyType CONNECTING

Static value Connecting for JsonWebKeyType.

static final JsonWebKeyType DELETING

Static value Deleting for JsonWebKeyType.

static final JsonWebKeyType FAILED

Static value Failed for JsonWebKeyType.

static final JsonWebKeyType PROVISIONING

Static value Provisioning for JsonWebKeyType.

static final JsonWebKeyType SUCCEEDED

Static value Succeeded for JsonWebKeyType.

Constructor Summary

Constructor Description
JsonWebKeyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JsonWebKeyType value.

Method Summary

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

Creates or finds a JsonWebKeyType from its string representation.

static Collection<JsonWebKeyType> values()

Gets known JsonWebKeyType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALLOCATING

public static final JsonWebKeyType ALLOCATING

Static value Allocating for JsonWebKeyType.

CHECKING_QUOTA

public static final JsonWebKeyType CHECKING_QUOTA

Static value CheckingQuota for JsonWebKeyType.

CONNECTING

public static final JsonWebKeyType CONNECTING

Static value Connecting for JsonWebKeyType.

DELETING

public static final JsonWebKeyType DELETING

Static value Deleting for JsonWebKeyType.

FAILED

public static final JsonWebKeyType FAILED

Static value Failed for JsonWebKeyType.

PROVISIONING

public static final JsonWebKeyType PROVISIONING

Static value Provisioning for JsonWebKeyType.

SUCCEEDED

public static final JsonWebKeyType SUCCEEDED

Static value Succeeded for JsonWebKeyType.

Constructor Details

JsonWebKeyType

@Deprecated
public JsonWebKeyType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JsonWebKeyType value.

Method Details

fromString

public static JsonWebKeyType fromString(String name)

Creates or finds a JsonWebKeyType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JsonWebKeyType.

values

public static Collection<JsonWebKeyType> values()

Gets known JsonWebKeyType values.

Returns:

known JsonWebKeyType values.

Applies to