Package com.oracle.bmc.cims.model
Class UpdateIncident.Builder
- java.lang.Object
-
- com.oracle.bmc.cims.model.UpdateIncident.Builder
-
- Enclosing class:
- UpdateIncident
public static class UpdateIncident.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
ticket
public UpdateIncident.Builder ticket(UpdateTicketDetails ticket)
-
problemType
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.
- Parameters:
problemType
- the value to set- Returns:
- this builder
-
build
public UpdateIncident build()
-
copy
public UpdateIncident.Builder copy(UpdateIncident model)
-
-