public static class EntityTagCollection.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EntityTagCollection |
build() |
EntityTagCollection.Builder |
copy(EntityTagCollection model) |
EntityTagCollection.Builder |
count(Integer count)
Total number of items returned.
|
EntityTagCollection.Builder |
items(List<EntityTagSummary> items)
Collection of entity tags.
|
public EntityTagCollection.Builder count(Integer count)
Total number of items returned.
count
- the value to setpublic EntityTagCollection.Builder items(List<EntityTagSummary> items)
Collection of entity tags.
items
- the value to setpublic EntityTagCollection build()
public EntityTagCollection.Builder copy(EntityTagCollection model)
Copyright © 2016–2024. All rights reserved.