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 (CSI) number associated with the support account.
|
CreateIncident.Builder |
problemType(ProblemType problemType)
The kind of support ticket, such as a technical support request or a limit increase
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 (CSI) number associated with the support account. The CSI is required for technical support tickets and optional for limits and billing tickets.
csi
- the value to setpublic CreateIncident.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 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–2024. All rights reserved.