Package io.unitycatalog.client.model
Class ListTablesResponse
java.lang.Object
io.unitycatalog.client.model.ListTablesResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class ListTablesResponse
extends Object
ListTablesResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddTablesItem(TableInfo tablesItem) booleanReturn true if this ListTablesResponse object is equal to o.Opaque token to retrieve the next page of results.An array of table information objects.inthashCode()nextPageToken(String nextPageToken) voidsetNextPageToken(String nextPageToken) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_TABLES
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListTablesResponse
public ListTablesResponse()
-
-
Method Details
-
tables
-
addTablesItem
-
getTables
An array of table information objects.- Returns:
- tables
-
setTables
-
nextPageToken
-
getNextPageToken
Opaque token to retrieve the next page of results. Absent if there are no more pages. __page_token__ should be set to this value for the next request (for the next page of results).- Returns:
- nextPageToken
-
setNextPageToken
-
equals
Return true if this ListTablesResponse object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-