Uses of Class
com.oracle.bmc.cims.model.IncidentSummary
-
Packages that use IncidentSummary Package Description com.oracle.bmc.cims com.oracle.bmc.cims.model com.oracle.bmc.cims.responses -
-
Uses of IncidentSummary in com.oracle.bmc.cims
Methods in com.oracle.bmc.cims that return types with arguments of type IncidentSummary Modifier and Type Method Description Iterable<IncidentSummary>
IncidentPaginators. listIncidentsRecordIterator(ListIncidentsRequest request)
Creates a new iterable which will iterate over theIncidentSummary
objects contained in responses from the listIncidents operation. -
Uses of IncidentSummary in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return IncidentSummary Modifier and Type Method Description IncidentSummary
IncidentSummary.Builder. build()
Methods in com.oracle.bmc.cims.model with parameters of type IncidentSummary Modifier and Type Method Description IncidentSummary.Builder
IncidentSummary.Builder. copy(IncidentSummary model)
-
Uses of IncidentSummary in com.oracle.bmc.cims.responses
Methods in com.oracle.bmc.cims.responses that return types with arguments of type IncidentSummary Modifier and Type Method Description List<IncidentSummary>
ListIncidentsResponse. getItems()
A list of com.oracle.bmc.cims.model.IncidentSummary instances.Method parameters in com.oracle.bmc.cims.responses with type arguments of type IncidentSummary Modifier and Type Method Description ListIncidentsResponse.Builder
ListIncidentsResponse.Builder. items(List<IncidentSummary> items)
A list of com.oracle.bmc.cims.model.IncidentSummary instances.
-