AppFunctionArrayTypeMetadata


public final class AppFunctionArrayTypeMetadata extends AppFunctionDataTypeMetadata


Defines the schema of an array data type.

Summary

Public constructors

AppFunctionArrayTypeMetadata(
    @NonNull AppFunctionDataTypeMetadata itemType,
    boolean isNullable
)

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 boolean

Whether the data type is nullable.

Public constructors

AppFunctionArrayTypeMetadata

Added in 1.0.0-alpha01
public AppFunctionArrayTypeMetadata(
    @NonNull AppFunctionDataTypeMetadata itemType,
    boolean isNullable
)

Public methods

equals

public boolean equals(Object other)

getItemType

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

The type of items in the array.

hashCode

public int hashCode()

toString

public @NonNull String toString()