AccountSetupAttempt.Builder

public abstract class AccountSetupAttempt.Builder


Builder for AccountSetupAttempt.

Summary

Public methods

build

public abstract AccountSetupAttempt build()

clearState

public AccountSetupAttempt.Builder clearState()

Clears any previously set State.

setAccountSetupError

public AccountSetupAttempt.Builder setAccountSetupError(AccountSetupAttempt.AccountSetupError value)

The error state. Something went wrong.

setAccountSetupError

public AccountSetupAttempt.Builder setAccountSetupError(
    AccountSetupAttempt.AccountSetupError.Builder value
)

The error state. Something went wrong.

setAddedAccount

public AccountSetupAttempt.Builder setAddedAccount(AccountSetupAttempt.EnterpriseAccount value)

The success state. Account that was added.

setAddedAccount

public AccountSetupAttempt.Builder setAddedAccount(AccountSetupAttempt.EnterpriseAccount.Builder value)

The success state. Account that was added.

setAuthenticationActivityLaunchRequiredInformation

public AccountSetupAttempt.Builder setAuthenticationActivityLaunchRequiredInformation(
    AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation value
)

The success state. Authentication is required.

setAuthenticationActivityLaunchRequiredInformation

public AccountSetupAttempt.Builder setAuthenticationActivityLaunchRequiredInformation(
    AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.Builder value
)

The success state. Authentication is required.

setInProgress

public AccountSetupAttempt.Builder setInProgress(AccountSetupAttempt.InProgress value)

Account setup is in progress.

setInProgress

public AccountSetupAttempt.Builder setInProgress(AccountSetupAttempt.InProgress.Builder value)

Account setup is in progress.

setName

public abstract AccountSetupAttempt.Builder setName(String value)

The name of the account setup attempt generated by CloudDPC.