Package com.oracle.bmc.cims.model
Class TechSupportItem.Builder
- java.lang.Object
-
- com.oracle.bmc.cims.model.TechSupportItem.Builder
-
- Enclosing class:
- TechSupportItem
public static class TechSupportItem.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TechSupportItem
build()
TechSupportItem.Builder
category(Category category)
TechSupportItem.Builder
copy(TechSupportItem model)
TechSupportItem.Builder
issueType(IssueType issueType)
TechSupportItem.Builder
itemKey(String itemKey)
TechSupportItem.Builder
name(String name)
TechSupportItem.Builder
subCategory(SubCategory subCategory)
-
-
-
Method Detail
-
itemKey
public TechSupportItem.Builder itemKey(String itemKey)
-
name
public TechSupportItem.Builder name(String name)
-
category
public TechSupportItem.Builder category(Category category)
-
subCategory
public TechSupportItem.Builder subCategory(SubCategory subCategory)
-
issueType
public TechSupportItem.Builder issueType(IssueType issueType)
-
build
public TechSupportItem build()
-
copy
public TechSupportItem.Builder copy(TechSupportItem model)
-
-