AppFunctionReferenceTypeMetadata


public final class AppFunctionReferenceTypeMetadata extends AppFunctionDataTypeMetadata


Represents a type that reference a data type that is defined in AppFunctionComponentsMetadata.

Summary

Public constructors

AppFunctionReferenceTypeMetadata(
    @NonNull String referenceDataType,
    boolean isNullable,
    @NonNull String description
)

Public methods

boolean
equals(Object other)
final @NonNull String

The string referencing a data type defined in AppFunctionComponentsMetadata.

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

AppFunctionReferenceTypeMetadata

Added in 1.0.0-alpha03
public AppFunctionReferenceTypeMetadata(
    @NonNull String referenceDataType,
    boolean isNullable,
    @NonNull String description
)

Public methods

equals

public boolean equals(Object other)

getReferenceDataType

Added in 1.0.0-alpha03
public final @NonNull String getReferenceDataType()

The string referencing a data type defined in AppFunctionComponentsMetadata.

hashCode

public int hashCode()

toString

public @NonNull String toString()