AccountSetupAttempt.Builder

abstract class AccountSetupAttempt.Builder


‫Builder ל-AccountSetupAttempt.

סיכום

פונקציות ציבוריות

לבנות גרסת build

abstract fun build(): AccountSetupAttempt!

clearState

fun clearState(): AccountSetupAttempt.Builder!

הסרת מצב שהוגדר קודם.

setAccountSetupError

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

מצב השגיאה. משהו השתבש.

setAccountSetupError

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

מצב השגיאה. משהו השתבש.

setAddedAccount

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

מצב ההצלחה. החשבון שנוסף.

setAddedAccount

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

מצב ההצלחה. החשבון שנוסף.

setAuthenticationActivityLaunchRequiredInformation

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

מצב ההצלחה. נדרש אימות.

setAuthenticationActivityLaunchRequiredInformation

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

מצב ההצלחה. נדרש אימות.

setInProgress

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

הגדרת החשבון מתבצעת.

setInProgress

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

הגדרת החשבון מתבצעת.

setName

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

השם של ניסיון הגדרת החשבון שנוצר על ידי CloudDPC.