Package | Description |
---|---|
com.oracle.bmc.cims.model |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
Ticket.getResourceList()
The list of resources associated with the ticket.
|
Modifier and Type | Method and Description |
---|---|
Resource.Builder |
Resource.Builder.copy(Resource model) |
Modifier and Type | Method and Description |
---|---|
Ticket.Builder |
Ticket.Builder.resourceList(List<Resource> resourceList)
The list of resources associated with 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.
|
Copyright © 2016–2024. All rights reserved.