Uses of Interface
com.cognite.client.servicesV1.response.ResponseParser
-
Packages that use ResponseParser Package Description com.cognite.client.servicesV1 com.cognite.client.servicesV1.response -
-
Uses of ResponseParser in com.cognite.client.servicesV1
Methods in com.cognite.client.servicesV1 that return ResponseParser Modifier and Type Method Description abstract ResponseParser<String>ConnectorServiceV1.ItemWriter. getDuplicatesResponseParser()Methods in com.cognite.client.servicesV1 with parameters of type ResponseParser Modifier and Type Method Description static <T> ConnectorServiceV1.ResultFutureIterator<T>ConnectorServiceV1.ResultFutureIterator. of(CogniteClient client, RequestProvider requestProvider, ResponseParser<T> responseParser)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.ConnectorServiceV1.ItemWriterConnectorServiceV1.ItemWriter. withDuplicatesResponseParser(ResponseParser<String> parser)Configures the duplicates response parser to use.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. withStatusResponseParser(ResponseParser<String> parser)Specifies the parser for extracting the error code (http status code) from the response payload. -
Uses of ResponseParser in com.cognite.client.servicesV1.response
Classes in com.cognite.client.servicesV1.response that implement ResponseParser Modifier and Type Class Description classDefaultResponseParserThe default response parser extracts results items from theitemsnode and next cursor from thenextCursornode.classFileBinaryResponseParserParses a file binary based on a request and binary response payload.classFileUploadHeaderResponseParserclassJsonDataItemResponseParserExtracts results items from a json payload corresponding to the api v0.6 specification.classJsonErrorItemResponseParserExtracts a list of items from the error sub-path in a json payload.classJsonErrorMessageDuplicateResponseParserExtracts a list of items from the error sub-path in a json payload.classJsonItemResponseParserExtracts results items from theitemsnode and next cursor from thenextCursornode.classJsonLongAttributeResponseParserParses a single attribute from a json payload as a single item.classJsonRawRowResponseParserParses responses containing one or more raw rows.classJsonResponseParserParses the complete json payload as a single item.classJsonStringAttributeResponseParserParses a single attribute from a json payload as a single item.classJsonThreeDOutputsParserclassRequestParametersResponseParserParses a Json payload and generates aRequestobject containing the extracted parameters.classTSPointsProtoResponseParserclassTSPointsResponseParser
-