AccountSetupAttempt

public abstract class AccountSetupAttempt


The account setup attempt. The attempt is created when the account setup is started and is updated as the account setup progresses.

Summary

Nested types

Account setup failed.

The reason for the account setup failure.

Builder for AccountSetupAttempt.AccountSetupError.

Represents information required to launch the authentication activity.

Builder for AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.

public abstract class AccountSetupAttempt.Builder

Builder for AccountSetupAttempt.

Represents an enterprise account added to a device.

The possible authentication types for an Enterprise Account.

Builder for AccountSetupAttempt.EnterpriseAccount.

public abstract class AccountSetupAttempt.InProgress

Account setup is in progress.

Builder for AccountSetupAttempt.InProgress.

public abstract class AccountSetupAttempt.StateCase

The state of the account setup attempt.

The possible kind of AccountSetupAttempt.StateCase.

Public methods

static AccountSetupAttempt.Builder
static AccountSetupAttempt
abstract String

The name of the account setup attempt generated by CloudDPC.

abstract AccountSetupAttempt.StateCase

The state of the account setup attempt.

abstract AccountSetupAttempt.Builder

Public methods

builder

public static AccountSetupAttempt.Builder builder()

getDefaultInstance

public static AccountSetupAttempt getDefaultInstance()

getName

public abstract String getName()

The name of the account setup attempt generated by CloudDPC.

getState

public abstract AccountSetupAttempt.StateCase getState()

The state of the account setup attempt.

toBuilder

public abstract AccountSetupAttempt.Builder toBuilder()