Package com.datastax.astra.internal.api
Class ApiData
java.lang.Object
com.datastax.astra.internal.api.ApiData
Represents a segment of the response payload for a JSON API, encapsulating the data returned from a query or operation.
This class is designed to package the data section of a response, including any relevant documents, a potential single document,
and information for paginated results, such as the state of the next page.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ApiData
public ApiData()Default constructor forApiData
. Initializes a new instance of the class without setting any properties. Fields should be set via their setters or directly, depending on the usage context and the framework's conventions.
-