protected List<EthosResponse> |
EthosProxyClient.convertResponsesContentToTypedList(List<EthosResponse> ethosResponseList,
Class classType) |
Converts the response body content of each EthosResponse within the given ethosResponseList to a list of objects of the given class type.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingForAll(String resourceName,
String version,
int totalCount,
int pageSize) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingForNumPages(String resourceName,
String version,
int totalCount,
int pageSize,
int numPages) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingForNumRows(String resourceName,
String version,
int totalCount,
int pageSize,
int numRows) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingFromOffset(String resourceName,
String version,
String filter,
int totalCount,
int pageSize,
int offset) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingFromOffsetForNumPages(String resourceName,
String version,
int totalCount,
int pageSize,
int numPages,
int offset) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.doPagingFromOffsetForNumRows(String resourceName,
String version,
int totalCount,
int pageSize,
int offset,
int numRows) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosFilterQueryClient.doPagingFromOffsetForQAPI(String resourceName,
String version,
String requestBody,
int totalCount,
int pageSize,
int offset) |
Intended to be used internally within the SDK.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName) |
Gets all pages for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
int pageSize) |
Gets all pages for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
int pageSize,
Class classType) |
Gets all pages for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
Class classType) |
Gets all pages for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
String version) |
Gets all pages for the given resource and version.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
String version,
int pageSize) |
Gets all pages for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
String version,
int pageSize,
Class classType) |
Gets all pages for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPages(String resourceName,
String version,
Class classType) |
Gets all pages for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName) |
Gets all pages for the given resource.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
int pageSize) |
Gets all pages for the given resource and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
int pageSize,
Class classType) |
Gets all pages for the given resource and page size, and return the response bodies as generic type objects of the
given class in each returned EthosResponse.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
Class classType) |
Gets all pages for the given resource, and return the response bodies as generic type objects of the
given class in each returned EthosResponse.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
String version) |
Gets all pages for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
String version,
int pageSize) |
Gets all pages for the given resource, version, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
String version,
int pageSize,
Class classType) |
Gets all pages for the given resource, version, page size, and return the response bodies as generic type objects of the
given class in each returned EthosResponse, if the classType is not null.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesAsync(String resourceName,
String version,
Class classType) |
Gets all pages for the given resource and version, and return the response bodies as generic type objects of the
given class in each returned EthosResponse.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
int offset) |
Gets all pages for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
int offset,
int pageSize) |
Gets all pages for the given resource, offset, and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
int offset,
int pageSize,
Class classType) |
Gets all pages for the given resource, offset, and page size.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
int offset,
Class classType) |
Gets all pages for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
String version,
int offset) |
Gets all pages for the given resource, version, and offset.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
String version,
int offset,
int pageSize) |
Gets all pages for the given resource, version, and page size, from the offset.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
String version,
int offset,
int pageSize,
Class classType) |
Gets all pages for the given resource, version, and page size, from the offset.
|
List<EthosResponse> |
EthosProxyClient.getAllPagesFromOffset(String resourceName,
String version,
int offset,
Class classType) |
Gets all pages for the given resource, version, and offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
int offset) |
Gets all pages for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
int offset,
int pageSize) |
Gets all pages for the given resource, offset, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
int offset,
int pageSize,
Class classType) |
Gets all pages for the given resource, offset, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
int offset,
Class classType) |
Gets all pages for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
String version,
int offset) |
Gets all pages for the given resource, version, and offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
String version,
int offset,
int pageSize) |
Gets all pages for the given resource, version, and page size, from the offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
String version,
int offset,
int pageSize,
Class classType) |
Gets all pages for the given resource, version, and page size, from the offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getAllPagesFromOffsetAsync(String resourceName,
String version,
int offset,
Class classType) |
Gets all pages for the given resource, version, and offset.
|
protected List<EthosResponse> |
EthosProxyClient.getDataFromInitialContent(Pager pager) |
Intended to be used internally within the SDK.
|
protected List<EthosResponse> |
EthosProxyClient.getDataFromPaging(Pager pager) |
Intended to be used internally within the SDK.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
int numPages) |
Gets some number of pages for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
int pageSize,
int numPages) |
Gets some number of pages for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
int pageSize,
int numPages,
Class classType) |
Gets some number of pages for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
int numPages,
Class classType) |
Gets some number of pages for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
String version,
int numPages) |
Gets some number of pages for the given resource and version.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
String version,
int pageSize,
int numPages) |
Gets some number of pages for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
String version,
int pageSize,
int numPages,
Class classType) |
Gets some number of pages for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getPages(String resourceName,
String version,
int numPages,
Class classType) |
Gets some number of pages for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
int numPages) |
Gets some number of pages for the given resource.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
int pageSize,
int numPages) |
Gets some number of pages for the given resource and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
int pageSize,
int numPages,
Class classType) |
Gets some number of pages for the given resource and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
int numPages,
Class classType) |
Gets some number of pages for the given resource.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
String version,
int numPages) |
Gets some number of pages for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
String version,
int pageSize,
int numPages) |
Gets some number of pages for the given resource, version, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
String version,
int pageSize,
int numPages,
Class classType) |
Gets some number of pages for the given resource, version, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesAsync(String resourceName,
String version,
int numPages,
Class classType) |
Gets some number of pages for the given resource and version.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
int offset,
int numPages) |
Gets some number of pages for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
int pageSize,
int offset,
int numPages) |
Gets some number of pages for the given resource and page size from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
int pageSize,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource and page size from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
String version,
int offset,
int numPages) |
Gets some number of pages for the given resource and version from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
String version,
int pageSize,
int offset,
int numPages) |
Gets some number of pages for the given resource, version, and page size, from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
String version,
int pageSize,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource, version, and page size, from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getPagesFromOffset(String resourceName,
String version,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource and version from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
int offset,
int numPages) |
Gets some number of pages for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
int pageSize,
int offset,
int numPages) |
Gets some number of pages for the given resource and page size from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
int pageSize,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource and page size from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
String version,
int offset,
int numPages) |
Gets some number of pages for the given resource and version from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
String version,
int pageSize,
int offset,
int numPages) |
Gets some number of pages for the given resource, version, and page size, from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
String version,
int pageSize,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource, version, and page size, from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getPagesFromOffsetAsync(String resourceName,
String version,
int offset,
int numPages,
Class classType) |
Gets some number of pages for the given resource and version from the given offset.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int pageSize,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int pageSize,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int pageSize,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int pageSize,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified criteria filter
for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified filter map and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int pageSize,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified filter map and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int pageSize,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified filter map and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified filter map and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int pageSize,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int pageSize,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int pageSize,
int offset) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int pageSize,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int offset,
Class classType) |
Gets all the pages for a given resource beginning at the given offset index, using the specified named query filter
for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
int offset,
com.fasterxml.jackson.databind.JsonNode qapiRequestBodyNode) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
int offset,
String qapiRequestBody) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
int offset,
T qapiRequestBody) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
com.fasterxml.jackson.databind.JsonNode qapiRequestBodyNode,
int pageSize,
int offset) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
String qapiRequestBody,
int pageSize,
int offset) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesFromOffsetWithQAPI(String resourceName,
String version,
T qapiRequestBody,
int pageSize,
int offset) |
Gets the pages for a given resource beginning at the given offset index, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter) |
Gets all the pages for a given resource using the specified criteria filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int pageSize) |
Gets all the pages for a given resource using the specified criteria filter and page size.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
int pageSize,
Class classType) |
Gets all the pages for a given resource using the specified criteria filter and page size.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
CriteriaFilter criteriaFilter,
Class classType) |
Gets all the pages for a given resource using the specified criteria filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter) |
Gets all the pages for a given resource using the specified criteria filter for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int pageSize) |
Gets all the pages for a given resource using the specified criteria filter and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
int pageSize,
Class classType) |
Gets all the pages for a given resource using the specified criteria filter and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithCriteriaFilter(String resourceName,
String version,
CriteriaFilter criteriaFilter,
Class classType) |
Gets all the pages for a given resource using the specified criteria filter for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithFilterMap(String resourceName,
String version,
FilterMap filterMap) |
Gets all the pages for a given resource using the specified filter map and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int pageSize) |
Gets all the pages for a given resource using the specified filter map and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
int pageSize,
Class classType) |
Gets all the pages for a given resource using the specified filter map and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithFilterMap(String resourceName,
String version,
FilterMap filterMap,
Class classType) |
Gets all the pages for a given resource using the specified filter map and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter) |
Gets all the pages for a given resource using the specified named query filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int pageSize) |
Gets all the pages for a given resource using the specified named query filter and page size.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
int pageSize,
Class classType) |
Gets all the pages for a given resource using the specified named query filter and page size.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
NamedQueryFilter namedQueryFilter,
Class classType) |
Gets all the pages for a given resource using the specified named query filter.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter) |
Gets all the pages for a given resource using the specified named query filter for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int pageSize) |
Gets all the pages for a given resource using the specified named query filter and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
int pageSize,
Class classType) |
Gets all the pages for a given resource using the specified named query filter and page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithNamedQueryFilter(String resourceName,
String version,
NamedQueryFilter namedQueryFilter,
Class classType) |
Gets all the pages for a given resource using the specified named query filter for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
com.fasterxml.jackson.databind.JsonNode qapiRequestBodyNode) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String qapiRequestBody) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
com.fasterxml.jackson.databind.JsonNode qapiRequestBodyNode) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
com.fasterxml.jackson.databind.JsonNode qapiRequestBodyNode,
int pageSize) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
String qapiRequestBody) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
String qapiRequestBody,
int pageSize) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
T qapiRequestBody) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
String version,
T qapiRequestBody,
int pageSize) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body and
page size for the given version.
|
List<EthosResponse> |
EthosFilterQueryClient.getPagesWithQAPI(String resourceName,
T qapiRequestBody) |
Gets all the pages for a given resource beginning at offset index 0, using the specified QAPI request body.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
int numRows) |
Gets some number of rows for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
int pageSize,
int numRows) |
Gets some number of rows for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
int pageSize,
int numRows,
Class classType) |
Gets some number of rows for the given resource and page size.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
int numRows,
Class classType) |
Gets some number of rows for the given resource.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
String version,
int numRows) |
Gets some number of rows for the given resource and version.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
String version,
int pageSize,
int numRows) |
Gets some number of rows for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
String version,
int pageSize,
int numRows,
Class classType) |
Gets some number of rows for the given resource, version, and page size.
|
List<EthosResponse> |
EthosProxyClient.getRows(String resourceName,
String version,
int numRows,
Class classType) |
Gets some number of rows for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
int numRows) |
Gets some number of rows for the given resource.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
int pageSize,
int numRows) |
Gets some number of rows for the given resource and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
int pageSize,
int numRows,
Class classType) |
Gets some number of rows for the given resource and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
int numRows,
Class classType) |
Gets some number of rows for the given resource.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
String version,
int numRows) |
Gets some number of rows for the given resource and version.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
String version,
int pageSize,
int numRows) |
Gets some number of rows for the given resource, version, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
String version,
int pageSize,
int numRows,
Class classType) |
Gets some number of rows for the given resource, version, and page size.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsAsync(String resourceName,
String version,
int numRows,
Class classType) |
Gets some number of rows for the given resource and version.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
int offset,
int numRows) |
Gets some number of rows for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
int pageSize,
int offset,
int numRows) |
Gets some number of rows for the given resource and page size from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
int pageSize,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource and page size from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
String version,
int offset,
int numRows) |
Gets some number of rows for the given resource and version from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
String version,
int pageSize,
int offset,
int numRows) |
Gets some number of rows for the given resource, version, and page size, from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
String version,
int pageSize,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource, version, and page size, from the given offset.
|
List<EthosResponse> |
EthosProxyClient.getRowsFromOffset(String resourceName,
String version,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource and version from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
int offset,
int numRows) |
Gets some number of rows for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
int pageSize,
int offset,
int numRows) |
Gets some number of rows for the given resource and page size from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
int pageSize,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource and page size from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
String version,
int offset,
int numRows) |
Gets some number of rows for the given resource and version from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
String version,
int pageSize,
int offset,
int numRows) |
Gets some number of rows for the given resource, version, and page size, from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
String version,
int pageSize,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource, version, and page size, from the given offset.
|
CompletableFuture<List<EthosResponse>> |
EthosProxyClientAsync.getRowsFromOffsetAsync(String resourceName,
String version,
int offset,
int numRows,
Class classType) |
Gets some number of rows for the given resource and version from the given offset.
|
protected List<EthosResponse> |
EthosProxyClient.handlePaging(Pager pager) |
Intended to be used internally within the SDK.
|