Class ListGenericTablesResponse

java.lang.Object
org.apache.polaris.spark.rest.ListGenericTablesResponse
Direct Known Subclasses:
ListGenericTablesRESTResponse

public class ListGenericTablesResponse extends Object
  • Constructor Details

    • ListGenericTablesResponse

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

    • getNextPageToken

      public String getNextPageToken()
      An opaque token that allows clients to make use of pagination for list APIs (e.g. ListTables). Clients may initiate the first paginated request by sending an empty query parameter `pageToken` to the server. Servers that support pagination should identify the `pageToken` parameter and return a `next-page-token` in the response if there are more results available. After the initial request, the value of `next-page-token` from each response must be used as the `pageToken` parameter value for the next request. The server must return `null` value for the `next-page-token` in the last response. Servers that support pagination must return all results in a single response with the value of `next-page-token` set to `null` if the query parameter `pageToken` is not set in the request. Servers that do not support pagination should ignore the `pageToken` parameter and return all results in a single response. The `next-page-token` must be omitted from the response. Clients must interpret either `null` or missing response value of `next-page-token` as the end of the listing results.
    • getIdentifiers

      public Set<@Valid org.apache.iceberg.catalog.TableIdentifier> getIdentifiers()
    • builder

      public static ListGenericTablesResponse.Builder builder()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object