public enum ContentDeliveryConfigBuilderLifecycleEvent extends Enum<ContentDeliveryConfigBuilderLifecycleEvent>
ContentDeliveryConfigBuilder lifecycle events.| Enum Constant and Description |
|---|
CONFIG_BUILDER_CREATED
Second Event.
|
HANDLERS_CREATED
First Event.
|
| Modifier and Type | Method and Description |
|---|---|
static ContentDeliveryConfigBuilderLifecycleEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContentDeliveryConfigBuilderLifecycleEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContentDeliveryConfigBuilderLifecycleEvent HANDLERS_CREATED
public static final ContentDeliveryConfigBuilderLifecycleEvent CONFIG_BUILDER_CREATED
public static ContentDeliveryConfigBuilderLifecycleEvent[] values()
for (ContentDeliveryConfigBuilderLifecycleEvent c : ContentDeliveryConfigBuilderLifecycleEvent.values()) System.out.println(c);
public static ContentDeliveryConfigBuilderLifecycleEvent valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020. All rights reserved.