Uses of Class
com.cognite.client.CdfHttpRequest
Packages that use CdfHttpRequest
-
Uses of CdfHttpRequest in com.cognite.client
Methods in com.cognite.client that return CdfHttpRequestModifier and TypeMethodDescriptionExperimental.cdfHttpRequest(URI requestUri) static CdfHttpRequestCdfHttpRequest.of(CogniteClient client, URI requestUri) Construct a newCdfHttpRequestobject using the provided configuration.CdfHttpRequest.withHeader(String key, String value) Add a header to the request.CdfHttpRequest.withRequestBody(Request request) Sets the request body via aRequestobject.CdfHttpRequest.withRequestBody(com.google.protobuf.Struct requestBody) Sets the request body via aStructobject.CdfHttpRequest.withRequestBody(String jsonRequestBody) Set the request body represented by a Json string.