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