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