Dela via


LogCollectionJobType Class

public final class LogCollectionJobType
extends ExpandableStringEnum<LogCollectionJobType>

LogCollection job type.

Field Summary

Modifier and Type Field and Description
static final LogCollectionJobType ON_DEMAND

Static value OnDemand for LogCollectionJobType.

static final LogCollectionJobType SCHEDULED

Static value Scheduled for LogCollectionJobType.

Constructor Summary

Constructor Description
LogCollectionJobType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogCollectionJobType value.

Method Summary

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

Creates or finds a LogCollectionJobType from its string representation.

static Collection<LogCollectionJobType> values()

Gets known LogCollectionJobType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ON_DEMAND

public static final LogCollectionJobType ON_DEMAND

Static value OnDemand for LogCollectionJobType.

SCHEDULED

public static final LogCollectionJobType SCHEDULED

Static value Scheduled for LogCollectionJobType.

Constructor Details

LogCollectionJobType

@Deprecated
public LogCollectionJobType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LogCollectionJobType value.

Method Details

fromString

public static LogCollectionJobType fromString(String name)

Creates or finds a LogCollectionJobType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LogCollectionJobType.

values

public static Collection<LogCollectionJobType> values()

Gets known LogCollectionJobType values.

Returns:

known LogCollectionJobType values.

Applies to