Modifier and Type | Method and Description |
---|---|
Incident |
build() |
Incident.Builder |
compartmentId(String compartmentId) |
Incident.Builder |
contactList(ContactList contactList) |
Incident.Builder |
copy(Incident o) |
Incident.Builder |
incidentType(IncidentType incidentType) |
Incident.Builder |
key(String key) |
Incident.Builder |
problemType(ProblemType problemType) |
Incident.Builder |
referrer(String referrer) |
Incident.Builder |
tenancyInformation(TenancyInformation tenancyInformation) |
Incident.Builder |
ticket(Ticket ticket) |
String |
toString() |
public Incident.Builder key(String key)
public Incident.Builder compartmentId(String compartmentId)
public Incident.Builder contactList(ContactList contactList)
public Incident.Builder tenancyInformation(TenancyInformation tenancyInformation)
public Incident.Builder ticket(Ticket ticket)
public Incident.Builder incidentType(IncidentType incidentType)
public Incident.Builder problemType(ProblemType problemType)
public Incident.Builder referrer(String referrer)
public Incident build()
public Incident.Builder copy(Incident o)
Copyright © 2016–2021. All rights reserved.