AccountSetupAttempt

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.

Builder for AccountSetupAttempt.

Represents an enterprise account added to a device.

The possible authentication types for an Enterprise Account.

Builder for AccountSetupAttempt.EnterpriseAccount.

Account setup is in progress.

Builder for AccountSetupAttempt.InProgress.

The state of the account setup attempt.

The possible kind of AccountSetupAttempt.StateCase.

Public functions

java-static AccountSetupAttempt.Builder!
java-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 functions

builder

java-static fun builder(): AccountSetupAttempt.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): AccountSetupAttempt!

getName

abstract fun getName(): String!

The name of the account setup attempt generated by CloudDPC.

getState

abstract fun getState(): AccountSetupAttempt.StateCase!

The state of the account setup attempt.

toBuilder

abstract fun toBuilder(): AccountSetupAttempt.Builder!