AccountSetupAttempt.EnterpriseAccount

public abstract class AccountSetupAttempt.EnterpriseAccount


Rappresenta un account aziendale aggiunto a un dispositivo.

Riepilogo

Tipi nidificati

I tipi di autenticazione possibili per un account aziendale.

Costruttore per AccountSetupAttempt.EnterpriseAccount.

Metodi pubblici

static AccountSetupAttempt.EnterpriseAccount.Builder
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType

Il tipo di autenticazione utilizzato per questo account.

static AccountSetupAttempt.EnterpriseAccount
abstract String

L'ID del dispositivo, come nell'API Play EMM.

abstract String

L'indirizzo email associato all'account o vuoto se non presente.

abstract String

L'ID dell'utente, come nell'API Play EMM.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Metodi pubblici

getAuthenticationType

public abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType getAuthenticationType()

Il tipo di autenticazione utilizzato per questo account.

getDefaultInstance

public static AccountSetupAttempt.EnterpriseAccount getDefaultInstance()

getDeviceId

public abstract String getDeviceId()

L'ID del dispositivo, come nell'API Play EMM. Corrisponde al parametro `deviceId` nella chiamata Devices.get dell'API Play EMM.

getEmailAddress

public abstract String getEmailAddress()

L'indirizzo email associato all'account o vuoto se non presente.

getUserId

public abstract String getUserId()

L'ID dell'utente, come nell'API Play EMM. Corrisponde al parametro `userId` nella chiamata Users.get dell'API Play EMM.