public static class UpdateIncident.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateIncident |
build() |
UpdateIncident.Builder |
copy(UpdateIncident model) |
UpdateIncident.Builder |
problemType(ProblemType problemType)
The kind of support ticket (type of support request).
|
UpdateIncident.Builder |
ticket(UpdateTicketDetails ticket) |
public UpdateIncident.Builder ticket(UpdateTicketDetails ticket)
public UpdateIncident.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 UpdateIncident build()
public UpdateIncident.Builder copy(UpdateIncident model)
Copyright © 2016–2024. All rights reserved.