次の方法で共有


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

is auto-detected.

static final EncryptionVersionType FIXED

is fixed.

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

is auto-detected.

FIXED

public static final EncryptionVersionType FIXED

is fixed.

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<EncryptionVersionType> values()

Gets known EncryptionVersionType values.

Returns:

known EncryptionVersionType values.

Applies to