Uses of Class
com.oracle.bmc.cims.model.LifecycleState
-
Packages that use LifecycleState Package Description com.oracle.bmc.cims.model com.oracle.bmc.cims.requests -
-
Uses of LifecycleState in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.cims.model with parameters of type LifecycleState Modifier and Type Method Description Ticket.Builder
Ticket.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.Constructors in com.oracle.bmc.cims.model with parameters of type LifecycleState Constructor Description Ticket(String ticketNumber, Ticket.Severity severity, List<Resource> resourceList, String title, String description, Integer timeCreated, Integer timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails)
Deprecated. -
Uses of LifecycleState in com.oracle.bmc.cims.requests
Methods in com.oracle.bmc.cims.requests that return LifecycleState Modifier and Type Method Description LifecycleState
ListIncidentsRequest. getLifecycleState()
The current state of the ticket.Methods in com.oracle.bmc.cims.requests with parameters of type LifecycleState Modifier and Type Method Description ListIncidentsRequest.Builder
ListIncidentsRequest.Builder. lifecycleState(LifecycleState lifecycleState)
The current state of the ticket.
-