Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
static LifecycleDetails |
LifecycleDetails.create(String key) |
LifecycleDetails |
Ticket.getLifecycleDetails()
Additional information about the current
lifecycleState . |
static LifecycleDetails |
LifecycleDetails.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleDetails[] |
LifecycleDetails.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.lifecycleDetails(LifecycleDetails lifecycleDetails)
Additional information about the current
lifecycleState . |
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.
|
Copyright © 2016–2024. All rights reserved.