public static class IncidentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
IncidentSummary |
build() |
IncidentSummary.Builder |
compartmentId(String compartmentId)
The OCID of the tenancy.
|
IncidentSummary.Builder |
contactList(ContactList contactList) |
IncidentSummary.Builder |
copy(IncidentSummary model) |
IncidentSummary.Builder |
incidentType(IncidentResourceType incidentType) |
IncidentSummary.Builder |
key(String key)
Unique identifier of the incident.
|
IncidentSummary.Builder |
problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
IncidentSummary.Builder |
tenancyInformation(TenancyInformation tenancyInformation) |
IncidentSummary.Builder |
ticket(Ticket ticket) |
public IncidentSummary.Builder key(String key)
Unique identifier of the incident.
key
- the value to setpublic IncidentSummary.Builder compartmentId(String compartmentId)
The OCID of the tenancy.
compartmentId
- the value to setpublic IncidentSummary.Builder contactList(ContactList contactList)
public IncidentSummary.Builder tenancyInformation(TenancyInformation tenancyInformation)
public IncidentSummary.Builder ticket(Ticket ticket)
public IncidentSummary.Builder incidentType(IncidentResourceType incidentType)
public IncidentSummary.Builder problemType(ProblemType problemType)
The kind of support ticket (type of support request). For information about ACCOUNT
support tickets, see Creating a Billing Support
Request.
For information about LIMIT
support tickets, see Creating a Service Limit
Increase
Request.
For information about TECH
support tickets, see Creating a Technical Support
Request.
problemType
- the value to setpublic IncidentSummary build()
public IncidentSummary.Builder copy(IncidentSummary model)
Copyright © 2016–2024. All rights reserved.