Package org.apache.iceberg.rest
Interface RESTResponse
-
- All Superinterfaces:
RESTMessage
- All Known Subinterfaces:
S3SignResponse
- All Known Implementing Classes:
ConfigResponse
,CreateNamespaceResponse
,ErrorResponse
,GetNamespaceResponse
,ListNamespacesResponse
,ListTablesResponse
,LoadTableResponse
,OAuthTokenResponse
,UpdateNamespacePropertiesResponse
public interface RESTResponse extends RESTMessage
Interface to mark a REST response
-
-
Method Summary
-
Methods inherited from interface org.apache.iceberg.rest.RESTMessage
validate
-
-