BackupType Class

public final class BackupType
extends ExpandableStringEnum<BackupType>

backupType Type of backup Manual or Scheduled.

Field Summary

Modifier and Type Field and Description
static final BackupType MANUAL

Static value Manual for BackupType.

static final BackupType SCHEDULED

Static value Scheduled for BackupType.

Constructor Summary

Constructor Description
BackupType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BackupType value.

Method Summary

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

Creates or finds a BackupType from its string representation.

static Collection<BackupType> values()

Gets known BackupType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MANUAL

public static final BackupType MANUAL

Static value Manual for BackupType.

SCHEDULED

public static final BackupType SCHEDULED

Static value Scheduled for BackupType.

Constructor Details

BackupType

@Deprecated
public BackupType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of BackupType value.

Method Details

fromString

public static BackupType fromString(String name)

Creates or finds a BackupType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding BackupType.

values

public static Collection values()

Gets known BackupType values.

Returns:

known BackupType values.

Applies to