Uses of Class
com.oracle.bmc.cims.model.Resource
-
Packages that use Resource Package Description com.oracle.bmc.cims.model -
-
Uses of Resource in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Resource Modifier and Type Method Description Resource
Resource.Builder. build()
Methods in com.oracle.bmc.cims.model that return types with arguments of type Resource Modifier and Type Method Description List<Resource>
Ticket. getResourceList()
The list of resources associated with the ticket.Methods in com.oracle.bmc.cims.model with parameters of type Resource Modifier and Type Method Description Resource.Builder
Resource.Builder. copy(Resource model)
Method parameters in com.oracle.bmc.cims.model with type arguments of type Resource Modifier and Type Method Description Ticket.Builder
Ticket.Builder. resourceList(List<Resource> resourceList)
The list of resources associated with the ticket.Constructor parameters in com.oracle.bmc.cims.model with type arguments of type Resource Constructor Description Ticket(String ticketNumber, Ticket.Severity severity, List<Resource> resourceList, String title, String description, Integer timeCreated, Integer timeUpdated, LifecycleState lifecycleState, LifecycleDetails lifecycleDetails)
Deprecated.
-