Class DataAPIData

java.lang.Object
com.datastax.astra.internal.api.DataAPIData

public class DataAPIData extends Object
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 Details

    • DataAPIData

      public DataAPIData()
      Default constructor for DataAPIData. 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.