ServerEndpointSyncMode Class

public final class ServerEndpointSyncMode
extends ExpandableStringEnum<ServerEndpointSyncMode>

Sync mode for the server endpoint.

Field Summary

Modifier and Type Field and Description
static final ServerEndpointSyncMode INITIAL_FULL_DOWNLOAD

Static value InitialFullDownload for ServerEndpointSyncMode.

static final ServerEndpointSyncMode INITIAL_UPLOAD

Static value InitialUpload for ServerEndpointSyncMode.

static final ServerEndpointSyncMode NAMESPACE_DOWNLOAD

Static value NamespaceDownload for ServerEndpointSyncMode.

static final ServerEndpointSyncMode REGULAR

Static value Regular for ServerEndpointSyncMode.

static final ServerEndpointSyncMode SNAPSHOT_UPLOAD

Static value SnapshotUpload for ServerEndpointSyncMode.

Constructor Summary

Constructor Description
ServerEndpointSyncMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerEndpointSyncMode value.

Method Summary

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

Creates or finds a ServerEndpointSyncMode from its string representation.

static Collection<ServerEndpointSyncMode> values()

Gets known ServerEndpointSyncMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INITIAL_FULL_DOWNLOAD

public static final ServerEndpointSyncMode INITIAL_FULL_DOWNLOAD

Static value InitialFullDownload for ServerEndpointSyncMode.

INITIAL_UPLOAD

public static final ServerEndpointSyncMode INITIAL_UPLOAD

Static value InitialUpload for ServerEndpointSyncMode.

NAMESPACE_DOWNLOAD

public static final ServerEndpointSyncMode NAMESPACE_DOWNLOAD

Static value NamespaceDownload for ServerEndpointSyncMode.

REGULAR

public static final ServerEndpointSyncMode REGULAR

Static value Regular for ServerEndpointSyncMode.

SNAPSHOT_UPLOAD

public static final ServerEndpointSyncMode SNAPSHOT_UPLOAD

Static value SnapshotUpload for ServerEndpointSyncMode.

Constructor Details

ServerEndpointSyncMode

@Deprecated
public ServerEndpointSyncMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ServerEndpointSyncMode value.

Method Details

fromString

public static ServerEndpointSyncMode fromString(String name)

Creates or finds a ServerEndpointSyncMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ServerEndpointSyncMode.

values

public static Collection<ServerEndpointSyncMode> values()

Gets known ServerEndpointSyncMode values.

Returns:

known ServerEndpointSyncMode values.

Applies to