AccountSetupAttempt.EnterpriseAccount

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 functions

java-static AccountSetupAttempt.EnterpriseAccount.Builder!
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

The type of authentication used for this account.

java-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 functions

getAuthenticationType

abstract fun getAuthenticationType(): AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

The type of authentication used for this account.

getDefaultInstance

java-static fun getDefaultInstance(): AccountSetupAttempt.EnterpriseAccount!

getDeviceId

abstract fun getDeviceId(): String!

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

abstract fun getEmailAddress(): String!

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

getUserId

abstract fun getUserId(): String!

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.