Class ListGenericTablesRESTResponse

java.lang.Object
org.apache.polaris.spark.rest.ListGenericTablesResponse
org.apache.polaris.spark.rest.ListGenericTablesRESTResponse
All Implemented Interfaces:
org.apache.iceberg.rest.RESTMessage, org.apache.iceberg.rest.RESTResponse

public class ListGenericTablesRESTResponse extends ListGenericTablesResponse implements org.apache.iceberg.rest.RESTResponse
RESTResponse definition for ListGenericTable which extends the iceberg RESTResponse. This is currently required because the Iceberg HTTPClient requires the request and response to be a class of RESTRequest and RESTResponse.
  • Constructor Details

    • ListGenericTablesRESTResponse

      public ListGenericTablesRESTResponse(String nextPageToken, Set<org.apache.iceberg.catalog.TableIdentifier> identifiers)
  • Method Details

    • validate

      public void validate()
      Specified by:
      validate in interface org.apache.iceberg.rest.RESTMessage