AppSearchAccount.Builder
public
static
final
class
AppSearchAccount.Builder
extends Builder<AppSearchAccount.Builder>
| java.lang.Object | ||
| ↳ | android.app.appsearch.GenericDocument.Builder<android.app.appsearch.AppSearchAccount.Builder> | |
| ↳ | android.app.appsearch.AppSearchAccount.Builder | |
The builder class for AppSearchAccount.
Summary
Public constructors | |
|---|---|
Builder(String namespace, String id)
Creates a new |
|
Public methods | |
|---|---|
AppSearchAccount
|
build()
Builds the |
AppSearchAccount.Builder
|
setAccountId(String accountId)
Sets the account id of |
AppSearchAccount.Builder
|
setAccountName(String accountName)
Sets the name of |
AppSearchAccount.Builder
|
setAccountType(String accountType)
Sets the type of |
Inherited methods | |
|---|---|