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