EncryptionVersionType Class

public final class EncryptionVersionType
extends ExpandableStringEnum<EncryptionVersionType>

Whether the encryption version is fixed or auto-detected.

Field Summary

Modifier and Type Field and Description
static final EncryptionVersionType AUTO_DETECTED

Static value AutoDetected for EncryptionVersionType.

static final EncryptionVersionType FIXED

Static value Fixed for EncryptionVersionType.

Constructor Summary

Constructor Description
EncryptionVersionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionVersionType value.

Method Summary

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

Creates or finds a EncryptionVersionType from its string representation.

static Collection<EncryptionVersionType> values()

Gets known EncryptionVersionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTO_DETECTED

public static final EncryptionVersionType AUTO_DETECTED

Static value AutoDetected for EncryptionVersionType.

FIXED

public static final EncryptionVersionType FIXED

Static value Fixed for EncryptionVersionType.

Constructor Details

EncryptionVersionType

@Deprecated
public EncryptionVersionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EncryptionVersionType value.

Method Details

fromString

public static EncryptionVersionType fromString(String name)

Creates or finds a EncryptionVersionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EncryptionVersionType.

values

public static Collection values()

Gets known EncryptionVersionType values.

Returns:

known EncryptionVersionType values.

Applies to