public static class ListProjectionQuery.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ListProjectionQuery |
build(Class responseClass) |
ListProjectionQuery.Builder |
withIds(Iterable<String> ids) |
ListProjectionQuery.Builder |
withLimit(int limit) |
ListProjectionQuery.Builder |
withReference(String reference) |
ListProjectionQuery.Builder |
withSkip(int skip) |
ListProjectionQuery.Builder |
withSort(String string) |
ListProjectionQuery.Builder |
withSortAscending(String field) |
ListProjectionQuery.Builder |
withSortDescending(String field) |
ListProjectionQuery.Builder |
withTenantId(UUID tenantId) |
public Builder(String projectionName)
public ListProjectionQuery.Builder withSkip(int skip)
public ListProjectionQuery.Builder withLimit(int limit)
public ListProjectionQuery.Builder withSortDescending(String field)
public ListProjectionQuery.Builder withSortAscending(String field)
public ListProjectionQuery.Builder withSort(String string)
public ListProjectionQuery.Builder withReference(String reference)
public ListProjectionQuery.Builder withIds(Iterable<String> ids)
public ListProjectionQuery.Builder withTenantId(UUID tenantId)
public ListProjectionQuery build(Class responseClass)
Copyright © 2021. All rights reserved.