AccountSetupAttempt.Builder

abstract class AccountSetupAttempt.Builder


Builder for AccountSetupAttempt.

Summary

Public functions

build

abstract fun build(): AccountSetupAttempt!

clearState

fun clearState(): AccountSetupAttempt.Builder!

Clears any previously set State.

setAccountSetupError

fun setAccountSetupError(value: AccountSetupAttempt.AccountSetupError!): AccountSetupAttempt.Builder!

The error state. Something went wrong.

setAccountSetupError

fun setAccountSetupError(
    value: AccountSetupAttempt.AccountSetupError.Builder!
): AccountSetupAttempt.Builder!

The error state. Something went wrong.

setAddedAccount

fun setAddedAccount(value: AccountSetupAttempt.EnterpriseAccount!): AccountSetupAttempt.Builder!

The success state. Account that was added.

setAddedAccount

fun setAddedAccount(value: AccountSetupAttempt.EnterpriseAccount.Builder!): AccountSetupAttempt.Builder!

The success state. Account that was added.

setAuthenticationActivityLaunchRequiredInformation

fun setAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation!
): AccountSetupAttempt.Builder!

The success state. Authentication is required.

setAuthenticationActivityLaunchRequiredInformation

fun setAuthenticationActivityLaunchRequiredInformation(
    value: AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.Builder!
): AccountSetupAttempt.Builder!

The success state. Authentication is required.

setInProgress

fun setInProgress(value: AccountSetupAttempt.InProgress!): AccountSetupAttempt.Builder!

Account setup is in progress.

setInProgress

fun setInProgress(value: AccountSetupAttempt.InProgress.Builder!): AccountSetupAttempt.Builder!

Account setup is in progress.

setName

abstract fun setName(value: String!): AccountSetupAttempt.Builder!

The name of the account setup attempt generated by CloudDPC.