AccountSetupAttempt.Builder

abstract class AccountSetupAttempt.Builder


أداة إنشاء لـ AccountSetupAttempt

ملخّص

الوظائف العامة

إنشاء

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.