SecureScoreLevel Class

public final class SecureScoreLevel
extends ExpandableStringEnum<SecureScoreLevel>

Secure Score of Backup Vault.

Field Summary

Modifier and Type Field and Description
static final SecureScoreLevel ADEQUATE

Static value Adequate for SecureScoreLevel.

static final SecureScoreLevel MAXIMUM

Static value Maximum for SecureScoreLevel.

static final SecureScoreLevel MINIMUM

Static value Minimum for SecureScoreLevel.

static final SecureScoreLevel NONE

Static value None for SecureScoreLevel.

static final SecureScoreLevel NOT_SUPPORTED

Static value NotSupported for SecureScoreLevel.

Constructor Summary

Constructor Description
SecureScoreLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecureScoreLevel value.

Method Summary

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

Creates or finds a SecureScoreLevel from its string representation.

static Collection<SecureScoreLevel> values()

Gets known SecureScoreLevel values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ADEQUATE

public static final SecureScoreLevel ADEQUATE

Static value Adequate for SecureScoreLevel.

MAXIMUM

public static final SecureScoreLevel MAXIMUM

Static value Maximum for SecureScoreLevel.

MINIMUM

public static final SecureScoreLevel MINIMUM

Static value Minimum for SecureScoreLevel.

NONE

public static final SecureScoreLevel NONE

Static value None for SecureScoreLevel.

NOT_SUPPORTED

public static final SecureScoreLevel NOT_SUPPORTED

Static value NotSupported for SecureScoreLevel.

Constructor Details

SecureScoreLevel

@Deprecated
public SecureScoreLevel()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SecureScoreLevel value.

Method Details

fromString

public static SecureScoreLevel fromString(String name)

Creates or finds a SecureScoreLevel from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SecureScoreLevel.

values

public static Collection<SecureScoreLevel> values()

Gets known SecureScoreLevel values.

Returns:

known SecureScoreLevel values.

Applies to