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