public static class HostedEntityCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
HostedEntityCollection |
build() |
HostedEntityCollection.Builder |
copy(HostedEntityCollection model) |
HostedEntityCollection.Builder |
items(List<HostedEntitySummary> items)
List of hosted entities details.
|
HostedEntityCollection.Builder |
timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
|
HostedEntityCollection.Builder |
timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
|
public HostedEntityCollection.Builder timeIntervalStart(Date timeIntervalStart)
The start timestamp that was passed into the request.
timeIntervalStart
- the value to setpublic HostedEntityCollection.Builder timeIntervalEnd(Date timeIntervalEnd)
The end timestamp that was passed into the request.
timeIntervalEnd
- the value to setpublic HostedEntityCollection.Builder items(List<HostedEntitySummary> items)
List of hosted entities details.
items
- the value to setpublic HostedEntityCollection build()
public HostedEntityCollection.Builder copy(HostedEntityCollection model)
Copyright © 2016–2024. All rights reserved.