AppFunctionArrayTypeMetadata


public final class AppFunctionArrayTypeMetadata extends AppFunctionDataTypeMetadata


Defines the schema of an array data type.

Summary

Public constructors

AppFunctionArrayTypeMetadata(
    @NonNull AppFunctionDataTypeMetadata itemType,
    boolean isNullable,
    @NonNull String description
)

Public methods

boolean
equals(Object other)
final @NonNull AppFunctionDataTypeMetadata

The type of items in the array.

int
@NonNull String

Inherited methods

From androidx.appfunctions.metadata.AppFunctionDataTypeMetadata
final @NonNull String

A description of the data type and its intended use.

final boolean

Whether the data type is nullable.

Public constructors

AppFunctionArrayTypeMetadata

Added in 1.0.0-alpha03
public AppFunctionArrayTypeMetadata(
    @NonNull AppFunctionDataTypeMetadata itemType,
    boolean isNullable,
    @NonNull String description
)

Public methods

equals

public boolean equals(Object other)

getItemType

Added in 1.0.0-alpha03
public final @NonNull AppFunctionDataTypeMetadata getItemType()

The type of items in the array.

hashCode

public int hashCode()

toString

public @NonNull String toString()