DiffBackupIntervalInHours Class

public final class DiffBackupIntervalInHours
extends ExpandableStringEnum<DiffBackupIntervalInHours>

The differential backup interval in hours. This is how many interval hours between each differential backup will be supported. This is only applicable to live databases but not dropped databases.

Field Summary

Modifier and Type Field and Description
static final DiffBackupIntervalInHours ONE_TWO

Static value 12 for DiffBackupIntervalInHours.

static final DiffBackupIntervalInHours TWO_FOUR

Static value 24 for DiffBackupIntervalInHours.

Constructor Summary

Constructor Description
DiffBackupIntervalInHours()

Deprecated

Use the fromInt(int name) factory method.

Creates a new instance of DiffBackupIntervalInHours value.

Method Summary

Modifier and Type Method and Description
static DiffBackupIntervalInHours fromInt(int name)

Creates or finds a DiffBackupIntervalInHours from its string representation.

static Collection<DiffBackupIntervalInHours> values()

Gets known DiffBackupIntervalInHours values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ONE_TWO

public static final DiffBackupIntervalInHours ONE_TWO

Static value 12 for DiffBackupIntervalInHours.

TWO_FOUR

public static final DiffBackupIntervalInHours TWO_FOUR

Static value 24 for DiffBackupIntervalInHours.

Constructor Details

DiffBackupIntervalInHours

@Deprecated
public DiffBackupIntervalInHours()

Deprecated

Use the fromInt(int name) factory method.

Creates a new instance of DiffBackupIntervalInHours value.

Method Details

fromInt

public static DiffBackupIntervalInHours fromInt(int name)

Creates or finds a DiffBackupIntervalInHours from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DiffBackupIntervalInHours.

values

public static Collection values()

Gets known DiffBackupIntervalInHours values.

Returns:

known DiffBackupIntervalInHours values.

Applies to