Uses of Class
com.oracle.bmc.cims.model.IncidentType
-
Packages that use IncidentType Package Description com.oracle.bmc.cims.model -
-
Uses of IncidentType in com.oracle.bmc.cims.model
Methods in com.oracle.bmc.cims.model that return IncidentType Modifier and Type Method Description IncidentTypeIncidentType.Builder. build()IncidentTypeIncident. getIncidentType()Methods in com.oracle.bmc.cims.model with parameters of type IncidentType Modifier and Type Method Description IncidentType.BuilderIncidentType.Builder. copy(IncidentType model)Incident.BuilderIncident.Builder. incidentType(IncidentType incidentType)Constructors in com.oracle.bmc.cims.model with parameters of type IncidentType Constructor Description Incident(String key, String compartmentId, ContactList contactList, TenancyInformation tenancyInformation, Ticket ticket, IncidentType incidentType, String userGroupId, String userGroupName, String primaryContactPartyId, String primaryContactPartyName, Boolean isWritePermitted, String warnMessage, ProblemType problemType, String referrer)Deprecated.
-