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 AppSearchAccount.Builder

Public methods

AppSearchAccount build()

Builds the AppSearchAccount object.

AppSearchAccount.Builder setAccountId(String accountId)

Sets the account id of AppSearchAccount.

AppSearchAccount.Builder setAccountName(String accountName)

Sets the name of AppSearchAccount.

AppSearchAccount.Builder setAccountType(String accountType)

Sets the type of AppSearchAccount.

Inherited methods