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