BeginGetCredentialResponse.Builder


public static final class BeginGetCredentialResponse.Builder
extends Object

java.lang.Object
   ↳ android.service.credentials.BeginGetCredentialResponse.Builder


Builds an instance of BeginGetCredentialResponse.

Summary

Public constructors

Builder()

Public methods

BeginGetCredentialResponse.Builder addAction(Action action)

Adds an Action to the list of actions to be displayed on the UI.

BeginGetCredentialResponse.Builder addAuthenticationAction(Action authenticationAction)

Add an authentication entry to be shown on the UI.

BeginGetCredentialResponse.Builder addCredentialEntry(CredentialEntry credentialEntry)

Adds a CredentialEntry to the list of entries to be displayed on the UI.

BeginGetCredentialResponse build()

Builds a BeginGetCredentialResponse instance.

BeginGetCredentialResponse.Builder setActions(List<Action> actions)

Sets the list of actions to be displayed on the UI.

BeginGetCredentialResponse.Builder setAuthenticationActions(List<Action> authenticationActions)

Sets the list of authentication entries to be displayed on the account selector UI.

BeginGetCredentialResponse.Builder setCredentialEntries(List<CredentialEntry> credentialEntries)

Sets the list of credential entries to be displayed on the account selector UI.

BeginGetCredentialResponse.Builder setRemoteCredentialEntry(