AccountSetupAttempt

abstract class AccountSetupAttempt


アカウント設定の試行。試行はアカウント設定の開始時に作成され、アカウント設定の進行状況に応じて更新されます。

概要

ネストされた型

アカウントの設定に失敗しました。

アカウント設定が失敗した理由。

AccountSetupAttempt.AccountSetupError のビルダー。

認証アクティビティの起動に必要な情報を表します。

AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation のビルダー。

AccountSetupAttempt のビルダー。

デバイスに追加されたエンタープライズ アカウントを表します。

Enterprise アカウントで使用できる認証タイプ。

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!