AccountSetupAttempt.StateCase

abstract class AccountSetupAttempt.StateCase


The state of the account setup attempt.

Summary

Nested types

The possible kind of AccountSetupAttempt.StateCase.

Public functions

abstract AccountSetupAttempt.AccountSetupError!

The error state.

abstract AccountSetupAttempt.EnterpriseAccount!

The success state.

abstract AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

The success state.

abstract AccountSetupAttempt.StateCase.Kind!
abstract AccountSetupAttempt.InProgress!

Account setup is in progress.

java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!
java-static AccountSetupAttempt.StateCase!

Public functions

accountSetupError

abstract fun accountSetupError(): AccountSetupAttempt.AccountSetupError!

The error state. Something went wrong.

addedAccount

abstract fun addedAccount(): AccountSetupAttempt.EnterpriseAccount!

The success state. Account that was added.

authenticationActivityLaunchRequiredInformation

abstract fun authenticationActivityLaunchRequiredInformation(): AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!

The success state. Authentication is required.

getKind

abstract fun getKind(): AccountSetupAttempt.StateCase.Kind!

inProgress

abstract fun inProgress(): AccountSetupAttempt.InProgress!

Account setup is in progress.

ofAccountSetupError

java-static fun ofAccountSetupError(
    value: AccountSetupAttempt.AccountSetupError.Builder!
): AccountSetupAttempt.StateCase!

ofInProgress

java-static fun ofInProgress(value: AccountSetupAttempt.InProgress!): AccountSetupAttempt.StateCase!

ofNone

java-static fun ofNone(): AccountSetupAttempt.StateCase!