public static class UpdateBulkProblemStatusDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateBulkProblemStatusDetails |
build() |
UpdateBulkProblemStatusDetails.Builder |
comment(String comment)
User-defined comment to be passed in to update the problem
|
UpdateBulkProblemStatusDetails.Builder |
copy(UpdateBulkProblemStatusDetails model) |
UpdateBulkProblemStatusDetails.Builder |
problemIds(List<String> problemIds)
List of problem IDs to be passed in to update the problem status
|
UpdateBulkProblemStatusDetails.Builder |
status(ProblemLifecycleDetail status)
Action taken by user
|
public UpdateBulkProblemStatusDetails.Builder status(ProblemLifecycleDetail status)
Action taken by user
status
- the value to setpublic UpdateBulkProblemStatusDetails.Builder problemIds(List<String> problemIds)
List of problem IDs to be passed in to update the problem status
problemIds
- the value to setpublic UpdateBulkProblemStatusDetails.Builder comment(String comment)
User-defined comment to be passed in to update the problem
comment
- the value to setpublic UpdateBulkProblemStatusDetails build()
public UpdateBulkProblemStatusDetails.Builder copy(UpdateBulkProblemStatusDetails model)
Copyright © 2016–2024. All rights reserved.