public static final class EntityRecordCountCollection.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
EntityRecordCountCollection |
build() |
EntityRecordCountCollection.Builder |
count(Integer count) |
EntityRecordCountCollection.Builder |
isReadOnly(Boolean isReadOnly) |
EntityRecordCountCollection.Builder |
keys(List<String> keys) |
EntityRecordCountCollection.Builder |
keys(String... keys) |
EntityRecordCountCollection.Builder |
keysNextLink(String keysNextLink) |
EntityRecordCountCollection.Builder |
values(List<Long> values) |
EntityRecordCountCollection.Builder |
values(Long... values) |
EntityRecordCountCollection.Builder |
valuesNextLink(String valuesNextLink) |
public EntityRecordCountCollection.Builder count(Integer count)
public EntityRecordCountCollection.Builder isReadOnly(Boolean isReadOnly)
public EntityRecordCountCollection.Builder keys(List<String> keys)
public EntityRecordCountCollection.Builder keys(String... keys)
public EntityRecordCountCollection.Builder keysNextLink(String keysNextLink)
public EntityRecordCountCollection.Builder values(List<Long> values)
public EntityRecordCountCollection.Builder values(Long... values)
public EntityRecordCountCollection.Builder valuesNextLink(String valuesNextLink)
public EntityRecordCountCollection build()
Copyright © 2018–2020. All rights reserved.