ComputeTriggerType Class

public final class ComputeTriggerType
extends ExpandableStringEnum<ComputeTriggerType>

Is the trigger type recurrence or cron.

Field Summary

Modifier and Type Field and Description
static final ComputeTriggerType CRON

Static value Cron for ComputeTriggerType.

static final ComputeTriggerType RECURRENCE

Static value Recurrence for ComputeTriggerType.

Constructor Summary

Constructor Description
ComputeTriggerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ComputeTriggerType value.

Method Summary

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

Creates or finds a ComputeTriggerType from its string representation.

static Collection<ComputeTriggerType> values()

Gets known ComputeTriggerType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CRON

public static final ComputeTriggerType CRON

Static value Cron for ComputeTriggerType.

RECURRENCE

public static final ComputeTriggerType RECURRENCE

Static value Recurrence for ComputeTriggerType.

Constructor Details

ComputeTriggerType

@Deprecated
public ComputeTriggerType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ComputeTriggerType value.

Method Details

fromString

public static ComputeTriggerType fromString(String name)

Creates or finds a ComputeTriggerType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ComputeTriggerType.

values

public static Collection<ComputeTriggerType> values()

Gets known ComputeTriggerType values.

Returns:

known ComputeTriggerType values.

Applies to