TableInner Class

public final class TableInner
extends ProxyResource

Properties of the table, including Id, resource name, resource type.

Constructor Summary

Constructor Description
TableInner()

Creates an instance of TableInner class.

Method Summary

Modifier and Type Method and Description
static TableInner fromJson(JsonReader jsonReader)

Reads an instance of TableInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String name()

Get the name property: The name of the resource.

List<TableSignedIdentifier> signedIdentifiers()

Get the signedIdentifiers property: List of stored access policies specified on the table.

String tableName()

Get the tableName property: Table name under the specified account.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

TableInner withSignedIdentifiers(List<TableSignedIdentifier> signedIdentifiers)

Set the signedIdentifiers property: List of stored access policies specified on the table.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

TableInner

public TableInner()

Creates an instance of TableInner class.

Method Details

fromJson

public static TableInner fromJson(JsonReader jsonReader)

Reads an instance of TableInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TableInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

TableInner.id()

Returns:

the id value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

TableInner.name()

Returns:

the name value.

signedIdentifiers

public List signedIdentifiers()

Get the signedIdentifiers property: List of stored access policies specified on the table.

Returns:

the signedIdentifiers value.

tableName

public String tableName()

Get the tableName property: Table name under the specified account.

Returns:

the tableName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

TableInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

TableInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

withSignedIdentifiers

public TableInner withSignedIdentifiers(List signedIdentifiers)

Set the signedIdentifiers property: List of stored access policies specified on the table.

Parameters:

signedIdentifiers - the signedIdentifiers value to set.

Returns:

the TableInner object itself.

Applies to