Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Incident |
build() |
Incident.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
Incident.Builder |
contactList(ContactList contactList) |
Incident.Builder |
copy(Incident model) |
Incident.Builder |
incidentType(IncidentType incidentType) |
Incident.Builder |
key(String key)
Unique identifier for the support ticket.
|
Incident.Builder |
problemType(ProblemType problemType)
The kind of support ticket, such as a technical support request or a limit increase
request.
|
Incident.Builder |
referrer(String referrer)
The incident referrer.
|
Incident.Builder |
tenancyInformation(TenancyInformation tenancyInformation) |
Incident.Builder |
ticket(Ticket ticket) |
public Incident.Builder key(String key)
Unique identifier for the support ticket.
key
- the value to setpublic Incident.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic 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)
The kind of support ticket, such as a technical support request or a limit increase request.
problemType
- the value to setpublic Incident.Builder referrer(String referrer)
The incident referrer. This value is often the URL that the customer used when creating the support ticket.
referrer
- the value to setpublic Incident build()
public Incident.Builder copy(Incident model)
Copyright © 2016–2024. All rights reserved.