public static class TechSupportItem.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public TechSupportItem.Builder itemKey(String itemKey)
public TechSupportItem.Builder name(String name)
public TechSupportItem.Builder category(Category category)
public TechSupportItem.Builder subCategory(SubCategory subCategory)
public TechSupportItem.Builder issueType(IssueType issueType)
public TechSupportItem build()
public TechSupportItem.Builder copy(TechSupportItem model)
Copyright © 2016–2024. All rights reserved.