SendAllEvents Class

public final class SendAllEvents
extends ExpandableStringEnum<SendAllEvents>

whether to send notification under any event.

Field Summary

Modifier and Type Field and Description
static final SendAllEvents FALSE

No need to send notification under any event.

static final SendAllEvents TRUE

Need send notification under any event.

Constructor Summary

Constructor Description
SendAllEvents()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SendAllEvents value.

Method Summary

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

Creates or finds a SendAllEvents from its string representation.

static Collection<SendAllEvents> values()

Gets known SendAllEvents values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final SendAllEvents FALSE

No need to send notification under any event.

TRUE

public static final SendAllEvents TRUE

Need send notification under any event.

Constructor Details

SendAllEvents

@Deprecated
public SendAllEvents()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SendAllEvents value.

Method Details

fromString

public static SendAllEvents fromString(String name)

Creates or finds a SendAllEvents from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SendAllEvents.

values

public static Collection<SendAllEvents> values()

Gets known SendAllEvents values.

Returns:

known SendAllEvents values.

Applies to