AccountSetupAttempt.EnterpriseAccount

public abstract class AccountSetupAttempt.EnterpriseAccount


Represents an enterprise account added to a device.

Summary

Nested types

The possible authentication types for an Enterprise Account.

Builder for AccountSetupAttempt.EnterpriseAccount.

Public methods

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

The type of authentication used for this account.

static AccountSetupAttempt.EnterpriseAccount
abstract String

The id of the device, as in the Play EMM API.

abstract String

The email address associated with the account, or empty if none.

abstract String

The id of the user, as in the Play EMM API.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Public methods

getAuthenticationType

public abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType getAuthenticationType()

The type of authentication used for this account.

getDefaultInstance

public static AccountSetupAttempt.EnterpriseAccount getDefaultInstance()

getDeviceId

public abstract String getDeviceId()

The id of the device, as in the Play EMM API. This corresponds to the `deviceId` parameter in Play EMM API's Devices.get call.

getEmailAddress

public abstract String getEmailAddress()

The email address associated with the account, or empty if none.

getUserId

public abstract String getUserId()

The id of the user, as in the Play EMM API. This corresponds to the `userId` parameter in Play EMM API's Users.get call.