Class TSPointsRequestProvider
java.lang.Object
com.cognite.client.servicesV1.request.TSPointsRequestProvider
- All Implemented Interfaces:
RequestProvider,Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected okhttp3.Request.Builderprotected okhttp3.HttpUrl.Builderokhttp3.RequestbuildRequest(Optional<String> cursor) Builds a request based on the baslineRequestParametersprovided via thewithRequestParametersmethod.abstract Stringabstract Stringabstract Requestabstract Stringabstract Stringabstract booleanabstract TSPointsRequestProvider.BuilderwithRequest(Request parameters) Set the baselineRequestto build requests from.
-
Field Details
-
apiVersion
- See Also:
-
LOG
protected final org.slf4j.Logger LOG -
randomIdString
-
-
Constructor Details
-
TSPointsRequestProvider
public TSPointsRequestProvider()
-
-
Method Details
-
builder
-
toBuilder
-
withRequest
Description copied from interface:RequestProviderSet the baselineRequestto build requests from. This is typically the application-providedRequestthat kicks off a potential series of requests (in the case of iterating over a results set). This baselineRequestdo not change over the life-cycle of a request-response series.- Returns:
-
buildRequest
Description copied from interface:RequestProviderBuilds a request based on the baslineRequestParametersprovided via thewithRequestParametersmethod. If a cursor is provided, this will typically lead theRequestProviderto modify the underlyingRequest. In order to get the exactRequestused to build the latest request, call thegetEffectiveRequestParametersmethod.- Returns:
- Throws:
IOExceptionURISyntaxException
-
getSdkIdentifier
-
getAppIdentifier
-
getSessionIdentifier
-
getEndpoint
-
getRequest
-
isBetaEnabled
public abstract boolean isBetaEnabled() -
buildGenericRequest
- Throws:
URISyntaxException
-
buildGenericUrl
- Throws:
URISyntaxException
-