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
)

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 boolean

Whether the data type is nullable.

Public constructors

AppFunctionReferenceTypeMetadata

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

Public methods

equals

public boolean equals(Object other)

getReferenceDataType

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

The string referencing a data type defined in AppFunctionComponentsMetadata.

hashCode

public int hashCode()

toString

public @NonNull String toString()