DatabaseInner Class

public final class DatabaseInner
extends ProxyResource

Represents a Database.

Constructor Summary

Constructor Description
DatabaseInner()

Method Summary

Modifier and Type Method and Description
String charset()

Get the charset property: The charset of the database.

String collation()

Get the collation property: The collation of the database.

void validate()

Validates the instance.

DatabaseInner withCharset(String charset)

Set the charset property: The charset of the database.

DatabaseInner withCollation(String collation)

Set the collation property: The collation of the database.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

DatabaseInner

public DatabaseInner()

Method Details

charset

public String charset()

Get the charset property: The charset of the database.

Returns:

the charset value.

collation

public String collation()

Get the collation property: The collation of the database.

Returns:

the collation value.

validate

public void validate()

Validates the instance.

withCharset

public DatabaseInner withCharset(String charset)

Set the charset property: The charset of the database.

Parameters:

charset - the charset value to set.

Returns:

the DatabaseInner object itself.

withCollation

public DatabaseInner withCollation(String collation)

Set the collation property: The collation of the database.

Parameters:

collation - the collation value to set.

Returns:

the DatabaseInner object itself.

Applies to