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


Represents an account entity within the document property.

Summary

Nested types

Builder for Account.

Public functions

Boolean
equals(o: Any!)
String

Returns the account identifier.

String

Returns the human-readable name of this account.

String

Returns the type of this account.

String

Returns the appsearch document id for this item.

String

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

Int

Public functions

equals

fun equals(o: Any!): Boolean

getAccountId

Added in 1.2.0-alpha01
fun getAccountId(): String

Returns the account identifier.

getAccountName

Added in 1.2.0-alpha01
fun getAccountName(): String

Returns the human-readable name of this account.

getAccountType

Added in 1.2.0-alpha01
fun getAccountType(): String

Returns the type of this account.

getId

Added in 1.2.0-alpha01
fun getId(): String

Returns the appsearch document id for this item.

getNamespace

Added in 1.2.0-alpha01
fun getNamespace(): String

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

hashCode

fun hashCode(): Int