public static class CreateIncident.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CreateIncident |
build() |
CreateIncident.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
CreateIncident.Builder |
contacts(List<Contact> contacts)
The list of contacts.
|
CreateIncident.Builder |
copy(CreateIncident model) |
CreateIncident.Builder |
csi(String csi)
The Customer Support Identifier number for the support account.
|
CreateIncident.Builder |
problemType(ProblemType problemType)
The kind of support ticket, such as a technical issue request.
|
CreateIncident.Builder |
referrer(String referrer)
The incident referrer.
|
CreateIncident.Builder |
ticket(CreateTicketDetails ticket) |
public CreateIncident.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic CreateIncident.Builder ticket(CreateTicketDetails ticket)
public CreateIncident.Builder csi(String csi)
The Customer Support Identifier number for the support account.
csi
- the value to setpublic CreateIncident.Builder problemType(ProblemType problemType)
The kind of support ticket, such as a technical issue request.
problemType
- the value to setpublic CreateIncident.Builder contacts(List<Contact> contacts)
The list of contacts.
contacts
- the value to setpublic CreateIncident.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 CreateIncident build()
public CreateIncident.Builder copy(CreateIncident model)
Copyright © 2016–2023. All rights reserved.