Share via


NotificationDeliveryMechanism Class

public final class NotificationDeliveryMechanism
extends ExpandableStringEnum<NotificationDeliveryMechanism>

The type of notification.

Field Summary

Modifier and Type Field and Description
static final NotificationDeliveryMechanism EMAIL

Static value Email for NotificationDeliveryMechanism.

Constructor Summary

Constructor Description
NotificationDeliveryMechanism()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotificationDeliveryMechanism value.

Method Summary

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

Creates or finds a NotificationDeliveryMechanism from its string representation.

static Collection<NotificationDeliveryMechanism> values()

Gets known NotificationDeliveryMechanism values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EMAIL

public static final NotificationDeliveryMechanism EMAIL

Static value Email for NotificationDeliveryMechanism.

Constructor Details

NotificationDeliveryMechanism

@Deprecated
public NotificationDeliveryMechanism()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of NotificationDeliveryMechanism value.

Method Details

fromString

public static NotificationDeliveryMechanism fromString(String name)

Creates or finds a NotificationDeliveryMechanism from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding NotificationDeliveryMechanism.

values

public static Collection<NotificationDeliveryMechanism> values()

Gets known NotificationDeliveryMechanism values.

Returns:

known NotificationDeliveryMechanism values.

Applies to