EmailNotificationEnableType Class

public final class EmailNotificationEnableType
extends ExpandableStringEnum<EmailNotificationEnableType>

Enum to determine the email notification type.

Field Summary

Modifier and Type Field and Description
static final EmailNotificationEnableType JOB_CANCELLED

Static value JobCancelled for EmailNotificationEnableType.

static final EmailNotificationEnableType JOB_COMPLETED

Static value JobCompleted for EmailNotificationEnableType.

static final EmailNotificationEnableType JOB_FAILED

Static value JobFailed for EmailNotificationEnableType.

Constructor Summary

Constructor Description
EmailNotificationEnableType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EmailNotificationEnableType value.

Method Summary

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

Creates or finds a EmailNotificationEnableType from its string representation.

static Collection<EmailNotificationEnableType> values()

Gets known EmailNotificationEnableType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

JOB_CANCELLED

public static final EmailNotificationEnableType JOB_CANCELLED

Static value JobCancelled for EmailNotificationEnableType.

JOB_COMPLETED

public static final EmailNotificationEnableType JOB_COMPLETED

Static value JobCompleted for EmailNotificationEnableType.

JOB_FAILED

public static final EmailNotificationEnableType JOB_FAILED

Static value JobFailed for EmailNotificationEnableType.

Constructor Details

EmailNotificationEnableType

@Deprecated
public EmailNotificationEnableType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EmailNotificationEnableType value.

Method Details

fromString

public static EmailNotificationEnableType fromString(String name)

Creates or finds a EmailNotificationEnableType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EmailNotificationEnableType.

values

public static Collection<EmailNotificationEnableType> values()

Gets known EmailNotificationEnableType values.

Returns:

known EmailNotificationEnableType values.

Applies to