Package com.datastax.astra.internal.api
Class DataAPIDocumentResponse
java.lang.Object
com.datastax.astra.internal.api.DataAPIDocumentResponse
- All Implemented Interfaces:
Serializable
Represents the response of a Data API operation involving documents.
This class provides a structured representation of a document response, including its unique identifier(s) and status. The class is serializable and integrates with JSON serialization frameworks like Jackson.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataAPIDocumentResponse
public DataAPIDocumentResponse()Default constructor for serialization frameworks.
-
-
Method Details
-
toString
Converts theDataAPIDocumentResponse
object into a string representation. This implementation usesDataAPISerializer.marshall(Object)
for serialization.
-