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