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