AccountSetupAttempt

public abstract class AccountSetupAttempt


账号设置尝试。当账号设置开始时,系统会创建尝试,并随着账号设置的进展更新尝试。

摘要

嵌套类型

账号设置失败。

账号设置失败的原因。

AccountSetupAttempt.AccountSetupError 的构建器。

表示启动身份验证 activity 所需的信息。

AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation 的构建器。

public abstract class AccountSetupAttempt.Builder

AccountSetupAttempt 的构建器。

表示已添加到设备的组织账号。

企业账号的可能身份验证类型。

AccountSetupAttempt.EnterpriseAccount 的构建器。

public abstract class AccountSetupAttempt.InProgress

账号设置正在进行中。

AccountSetupAttempt.InProgress 的构建器。

public abstract class AccountSetupAttempt.StateCase

账号设置尝试的状态。

AccountSetupAttempt.StateCase 可能的类型。

公共方法

static AccountSetupAttempt.Builder
static AccountSetupAttempt
abstract String

由 CloudDPC 生成的账号设置尝试的名称。

abstract AccountSetupAttempt.StateCase

账号设置尝试的状态。

abstract AccountSetupAttempt.Builder

公共方法

builder

public static AccountSetupAttempt.Builder builder()

getDefaultInstance

public static AccountSetupAttempt getDefaultInstance()

getName

public abstract String getName()

由 CloudDPC 生成的账号设置尝试的名称。

getState

public abstract AccountSetupAttempt.StateCase getState()

账号设置尝试的状态。

toBuilder

public abstract AccountSetupAttempt.Builder toBuilder()