AccountSetupAttempt.EnterpriseAccount.Builder

public abstract class AccountSetupAttempt.EnterpriseAccount.Builder


בנאי ל-AccountSetupAttempt.EnterpriseAccount.

סיכום

שיטות ציבוריות

abstract AccountSetupAttempt.EnterpriseAccount
abstract AccountSetupAttempt.EnterpriseAccount.Builder

סוג האימות שבו נעשה שימוש בחשבון הזה.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

המזהה של המכשיר, כמו ב-Play EMM API.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

כתובת האימייל שמשויכת לחשבון, או ריקה אם אין כזו.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

המזהה של המשתמש, כמו ב-Play EMM API.

שיטות ציבוריות

לבנות גרסת build

public abstract AccountSetupAttempt.EnterpriseAccount build()

setAuthenticationType

public abstract AccountSetupAttempt.EnterpriseAccount.Builder setAuthenticationType(
    AccountSetupAttempt.EnterpriseAccount.AuthenticationType value
)

סוג האימות שבו נעשה שימוש בחשבון הזה.

setDeviceId

public abstract AccountSetupAttempt.EnterpriseAccount.Builder setDeviceId(String value)

המזהה של המכשיר, כמו ב-Play EMM API. הערך הזה תואם לפרמטר deviceId בקריאה Devices.get של Play EMM API.

setEmailAddress

public abstract AccountSetupAttempt.EnterpriseAccount.Builder setEmailAddress(String value)

כתובת האימייל שמשויכת לחשבון, או ריקה אם אין כזו.

setUserId

public abstract AccountSetupAttempt.EnterpriseAccount.Builder setUserId(String value)

המזהה של המשתמש, כמו ב-Play EMM API. הערך הזה תואם לפרמטר userId בקריאה Users.get של Play EMM API.