Class ApiData

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

public class ApiData 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

    • ApiData

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