Class ListTablesResponse
java.lang.Object
org.apache.iceberg.rest.responses.ListTablesResponse
- All Implemented Interfaces:
RESTMessage
,RESTResponse
A list of table identifiers in a given namespace.
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ListTablesResponse.Builder
builder()
toString()
void
validate()
Ensures that a constructed instance of a REST message is valid according to the REST spec.
-
Constructor Details
-
ListTablesResponse
public ListTablesResponse()
-
-
Method Details
-
validate
public void validate()Description copied from interface:RESTMessage
Ensures that a constructed instance of a REST message is valid according to the REST spec.This is needed when parsing data that comes from external sources and the object might have been constructed without all the required fields present.
- Specified by:
validate
in interfaceRESTMessage
-
identifiers
-
nextPageToken
-
toString
-
builder
-