Share via


JobName Class

public final class JobName
extends ExpandableStringEnum<JobName>

Defines the job name.

Field Summary

Modifier and Type Field and Description
static final JobName INITIAL_SYNC

Static value InitialSync for JobName.

Constructor Summary

Constructor Description
JobName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobName value.

Method Summary

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

Creates or finds a JobName from its string representation.

static Collection<JobName> values()

Gets known JobName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INITIAL_SYNC

public static final JobName INITIAL_SYNC

Static value InitialSync for JobName.

Constructor Details

JobName

@Deprecated
public JobName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of JobName value.

Method Details

fromString

public static JobName fromString(String name)

Creates or finds a JobName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding JobName.

values

public static Collection<JobName> values()

Gets known JobName values.

Returns:

known JobName values.

Applies to