Uses of Class
com.oracle.bmc.cims.model.Incident
-
Packages that use Incident Package Description com.oracle.bmc.cims.model com.oracle.bmc.cims.responses -
-
Uses of Incident in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return Incident Modifier and Type Method Description Incident
Incident.Builder. build()
Methods in com.oracle.bmc.cims.model with parameters of type Incident Modifier and Type Method Description Incident.Builder
Incident.Builder. copy(Incident model)
-
Uses of Incident in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return Incident Modifier and Type Method Description Incident
CreateIncidentResponse. getIncident()
The returned Incident instance.Incident
GetIncidentResponse. getIncident()
The returned Incident instance.Incident
UpdateIncidentResponse. getIncident()
The returned Incident instance.Methods in com.oracle.bmc.cims.responses with parameters of type Incident Modifier and Type Method Description CreateIncidentResponse.Builder
CreateIncidentResponse.Builder. incident(Incident incident)
The returned Incident instance.GetIncidentResponse.Builder
GetIncidentResponse.Builder. incident(Incident incident)
The returned Incident instance.UpdateIncidentResponse.Builder
UpdateIncidentResponse.Builder. incident(Incident incident)
The returned Incident instance.
-