EncryptionScopeState Class

public final class EncryptionScopeState
extends ExpandableStringEnum<EncryptionScopeState>

The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled.

Field Summary

Modifier and Type Field and Description
static final EncryptionScopeState DISABLED

Static value Disabled for EncryptionScopeState.

static final EncryptionScopeState ENABLED

Static value Enabled for EncryptionScopeState.

Constructor Summary

Constructor Description
EncryptionScopeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionScopeState value.

Method Summary

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

Creates or finds a EncryptionScopeState from its string representation.

static Collection<EncryptionScopeState> values()

Gets known EncryptionScopeState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final EncryptionScopeState DISABLED

Static value Disabled for EncryptionScopeState.

ENABLED

public static final EncryptionScopeState ENABLED

Static value Enabled for EncryptionScopeState.

Constructor Details

EncryptionScopeState

@Deprecated
public EncryptionScopeState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionScopeState value.

Method Details

fromString

public static EncryptionScopeState fromString(String name)

Creates or finds a EncryptionScopeState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EncryptionScopeState.

values

public static Collection values()

Gets known EncryptionScopeState values.

Returns:

known EncryptionScopeState values.

Applies to