Package | Description |
---|---|
com.oracle.bmc.cims.model | |
com.oracle.bmc.cims.requests |
Modifier and Type | Method and Description |
---|---|
static LifecycleState |
LifecycleState.create(String key) |
LifecycleState |
Ticket.getLifecycleState()
The current state of the ticket.
|
static LifecycleState |
LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleState[] |
LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Ticket.Builder |
Ticket.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.
|
Constructor and Description |
---|
Ticket(String ticketNumber,
Ticket.Severity severity,
List<Resource> resourceList,
String title,
String description,
Integer timeCreated,
Integer timeUpdated,
LifecycleState lifecycleState,
LifecycleDetails lifecycleDetails)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleState |
ListIncidentsRequest.getLifecycleState()
The current state of the ticket.
|
Modifier and Type | Method and Description |
---|---|
ListIncidentsRequest.Builder |
ListIncidentsRequest.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.
|
Copyright © 2016–2024. All rights reserved.