Package io.unitycatalog.client.model
Class ListSchemasResponse
java.lang.Object
io.unitycatalog.client.model.ListSchemasResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.5.0")
public class ListSchemasResponse
extends Object
ListSchemasResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSchemasItem(SchemaInfo schemasItem) booleanReturn true if this ListSchemasResponse object is equal to o.Opaque token to retrieve the next page of results.An array of schema information objects.inthashCode()nextPageToken(String nextPageToken) schemas(List<SchemaInfo> schemas) voidsetNextPageToken(String nextPageToken) voidsetSchemas(List<SchemaInfo> schemas) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_SCHEMAS
- See Also:
-
JSON_PROPERTY_NEXT_PAGE_TOKEN
- See Also:
-
-
Constructor Details
-
ListSchemasResponse
public ListSchemasResponse()
-
-
Method Details
-
schemas
-
addSchemasItem
-
getSchemas
An array of schema information objects.- Returns:
- schemas
-
setSchemas
-
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 ListSchemasResponse 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
-