Package | Description |
---|---|
org.opennms.api.integration.ticketing |
Modifier and Type | Method and Description |
---|---|
Ticket.State |
Ticket.getState()
Returns the current
Ticket.State |
static Ticket.State |
Ticket.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ticket.State[] |
Ticket.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Ticket.setState(Ticket.State state)
Sets the Ticket state to one of the
Ticket.State Enums. |
Copyright © 2015. All Rights Reserved.