Uses of Class
com.cognite.client.servicesV1.ResponseItems
-
Packages that use ResponseItems Package Description com.cognite.client.servicesV1 -
-
Uses of ResponseItems in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ResponseItems Modifier and Type Method Description ResponseItems<T>Connector. execute(Request requestParameters)Executes a request against the api endpoint.ResponseItems<T>ConnectorServiceV1.AsyncJobReader. execute(Request items)Executes a request to get items and blocks the thread until all items have been downloaded.ResponseItems<T>ConnectorServiceV1.AsyncJobReader. getItems(Request items)Executes a request to get items and blocks the thread until all items have been downloaded.ResponseItems<T>ConnectorServiceV1.SingleRequestItemReader. getItems(Request items)Executes a request to get items and blocks the thread until all items have been downloaded.ResponseItems<T>ItemReader. getItems(Request requestParameters)Executes a request against the api endpoint.static <T> ResponseItems<T>ResponseItems. of(ResponseParser<T> responseParser, ResponseBinary response)ResponseItems<T>ResponseItems. withDuplicateResponseParser(ResponseParser<String> parser)Specifies the parser for extracting duplicate items from the response payload.ResponseItems<T>ResponseItems. withErrorMessageResponseParser(ResponseParser<String> parser)Specifies the parser for extracting the error message from the response payload.ResponseItems<T>ResponseItems. withMissingResponseParser(ResponseParser<String> parser)Specifies the parser for extracting missing items from the response payload.ResponseItems<T>ResponseItems. withResultsItemsList(com.google.common.collect.ImmutableList<T> itemsList)Specifies a results items list.ResponseItems<T>ResponseItems. withStatusResponseParser(ResponseParser<String> parser)Specifies the parser for extracting the error code (http status code) from the response payload.ResponseItems<String>ConnectorServiceV1.FileWriter. writeFile(Request fileContainerRequest)Writes file metadata and binaries and blocks the call until the file write completes.ResponseItems<String>ConnectorServiceV1.ItemWriter. writeItems(Request items)Executes an item-based write request.Methods in com.cognite.client.servicesV1 that return types with arguments of type ResponseItems Modifier and Type Method Description CompletableFuture<ResponseItems<T>>Connector. executeAsync(Request requestParameters)Executes a request against the api endpoint on a separate thread.CompletableFuture<ResponseItems<T>>ConnectorServiceV1.AsyncJobReader. executeAsync(Request items)Executes an item-based request to get items asynchronously.CompletableFuture<ResponseItems<T>>ConnectorServiceV1.AsyncJobReader. getItemsAsync(Request items)Executes an item-based request to get items asynchronously.CompletableFuture<ResponseItems<T>>ConnectorServiceV1.SingleRequestItemReader. getItemsAsync(Request items)Executes an item-based request to get items asynchronously.CompletableFuture<ResponseItems<T>>ItemReader. getItemsAsync(Request requestParameters)Executes a request against the api endpoint on a separate thread.CompletableFuture<ResponseItems<T>>ConnectorServiceV1.ResultFutureIterator. next()List<ResponseItems<com.cognite.client.dto.FileBinary>>ConnectorServiceV1.FileBinaryReader. readFileBinaries(Request items)Executes an item-based request to get file binaries and blocks the thread until all files have been downloaded.CompletableFuture<List<ResponseItems<com.cognite.client.dto.FileBinary>>>ConnectorServiceV1.FileBinaryReader. readFileBinariesAsync(Request items)Executes an item-based request to get file binaries asynchronously.Iterator<CompletableFuture<ResponseItems<String>>>ConnectorServiceV1. readThreeDModels(Request queryParameters)Fetch 3d models from Cognite.CompletableFuture<ResponseItems<String>>ConnectorServiceV1.FileWriter. writeFileAsync(Request fileContainerRequest)Writes file metadata and binaries asynchronously.CompletableFuture<ResponseItems<String>>ConnectorServiceV1.ItemWriter. writeItemsAsync(Request items)Executes an item-based write request asynchronously.
-