public static enum ConfEvent.EventType extends java.lang.Enum<ConfEvent.EventType>
Enum Constant | Description |
---|---|
ObjectCreated |
The event signifies the creation of a Configuration Server object.
|
ObjectDeleted |
The event signifies the deletion of a Configuration Server object.
|
ObjectUpdated |
The event signifies the update of a Configuration Server object.
|
Modifier and Type | Method | Description |
---|---|---|
static ConfEvent.EventType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ConfEvent.EventType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfEvent.EventType ObjectCreated
public static final ConfEvent.EventType ObjectDeleted
public static final ConfEvent.EventType ObjectUpdated
public static ConfEvent.EventType[] values()
for (ConfEvent.EventType c : ConfEvent.EventType.values()) System.out.println(c);
public static ConfEvent.EventType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullSend comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.