@Document(name = "builtin:Account")
@ExperimentalAppSearchApi
public class Account


Represents an account entity within the document property.

Summary

Nested types

Builder for Account.

Public methods

boolean
@NonNull String

Returns the account identifier.

@NonNull String

Returns the human-readable name of this account.

@NonNull String

Returns the type of this account.

@NonNull String

Returns the appsearch document id for this item.

@NonNull String

Returns the namespace (or logical grouping) for this item.

int

Public methods

equals

public boolean equals(Object o)

getAccountId

Added in 1.2.0-alpha01
public @NonNull String getAccountId()

Returns the account identifier.

getAccountName

Added in 1.2.0-alpha01
public @NonNull String getAccountName()

Returns the human-readable name of this account.

getAccountType

Added in 1.2.0-alpha01
public @NonNull String getAccountType()

Returns the type of this account.

getId

Added in 1.2.0-alpha01
public @NonNull String getId()

Returns the appsearch document id for this item.

getNamespace

Added in 1.2.0-alpha01
public @NonNull String getNamespace()

Returns the namespace (or logical grouping) for this item.

hashCode

public int hashCode()