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