public static class ProblemHistoryCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ProblemHistoryCollection |
build() |
ProblemHistoryCollection.Builder |
copy(ProblemHistoryCollection model) |
ProblemHistoryCollection.Builder |
items(List<ProblemHistorySummary> items)
List of ProblemHistorySummary resources
|
ProblemHistoryCollection.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
public ProblemHistoryCollection.Builder items(List<ProblemHistorySummary> items)
List of ProblemHistorySummary resources
items
- the value to setpublic ProblemHistoryCollection.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic ProblemHistoryCollection build()
public ProblemHistoryCollection.Builder copy(ProblemHistoryCollection model)
Copyright © 2016–2024. All rights reserved.