AccountSetupAttempt

public abstract class AccountSetupAttempt


ניסיון הגדרת החשבון. הניסיון נוצר כשמתחילים להגדיר את החשבון, והוא מתעדכן ככל שההגדרה מתקדמת.

סיכום

סוגים מוטמעים

הגדרת החשבון נכשלה.

הסיבה לכשל בהגדרת החשבון.

בנאי ל-AccountSetupAttempt.AccountSetupError.

מייצג את המידע שנדרש להפעלת פעילות האימות.

בנאי ל-AccountSetupAttempt.AuthenticationActivityLaunchRequiredInformation.

public abstract class AccountSetupAttempt.Builder

בנאי ל-AccountSetupAttempt.

מייצג חשבון Enterprise שנוסף למכשיר.

סוגי האימות האפשריים לחשבון ארגוני.

בנאי ל-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()