AccountSetupAttempt

abstract class AccountSetupAttempt


嘗試設定帳戶。當您開始設定帳戶時,系統就會建立嘗試,並在帳戶設定程序進行時更新嘗試。

摘要

巢狀型別

帳戶設定失敗。

帳戶設定失敗的原因。

AccountSetupAttempt.AccountSetupError 的建構工具。

代表啟動驗證活動所需的資訊。

AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation 的建構工具。

AccountSetupAttempt 的建構工具。

代表新增至裝置的企業帳戶。

企業帳戶可用的驗證類型。

AccountSetupAttempt.EnterpriseAccount 的建構工具。

帳戶設定作業進行中。

AccountSetupAttempt.InProgress 的建構工具。

帳戶設定嘗試的狀態。

AccountSetupAttempt.StateCase 的可能類型。

公開函式

java-static AccountSetupAttempt.Builder!
java-static AccountSetupAttempt!
abstract String!

CloudDPC 產生的帳戶設定嘗試名稱。

abstract AccountSetupAttempt.StateCase!

帳戶設定嘗試的狀態。

abstract AccountSetupAttempt.Builder!

公開函式

builder

java-static fun builder(): AccountSetupAttempt.Builder!

getDefaultInstance

java-static fun getDefaultInstance(): AccountSetupAttempt!

getName

abstract fun getName(): String!

CloudDPC 產生的帳戶設定嘗試名稱。

getState

abstract fun getState(): AccountSetupAttempt.StateCase!

帳戶設定嘗試的狀態。

toBuilder

abstract fun toBuilder(): AccountSetupAttempt.Builder!