RestoreMode Class

public final class RestoreMode
extends ExpandableStringEnum<RestoreMode>

Describes the mode of the restore.

Field Summary

Modifier and Type Field and Description
static final RestoreMode POINT_IN_TIME

Static value PointInTime for RestoreMode.

Constructor Summary

Constructor Description
RestoreMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RestoreMode value.

Method Summary

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

Creates or finds a RestoreMode from its string representation.

static Collection<RestoreMode> values()

Gets known RestoreMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

POINT_IN_TIME

public static final RestoreMode POINT_IN_TIME

Static value PointInTime for RestoreMode.

Constructor Details

RestoreMode

@Deprecated
public RestoreMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RestoreMode value.

Method Details

fromString

public static RestoreMode fromString(String name)

Creates or finds a RestoreMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RestoreMode.

values

public static Collection values()

Gets known RestoreMode values.

Returns:

known RestoreMode values.

Applies to