AccountSetupAttempt.EnterpriseAccount.Builder

abstract class AccountSetupAttempt.EnterpriseAccount.Builder


Builder for AccountSetupAttempt.EnterpriseAccount.

Summary

Public functions

abstract AccountSetupAttempt.EnterpriseAccount!
abstract AccountSetupAttempt.EnterpriseAccount.Builder!

The type of authentication used for this account.

abstract AccountSetupAttempt.EnterpriseAccount.Builder!

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

abstract AccountSetupAttempt.EnterpriseAccount.Builder!

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

abstract AccountSetupAttempt.EnterpriseAccount.Builder!
setUserId(value: String!)

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

Public functions

build

abstract fun build(): AccountSetupAttempt.EnterpriseAccount!

setAuthenticationType

abstract fun setAuthenticationType(
    value: AccountSetupAttempt.EnterpriseAccount.AuthenticationType!
): AccountSetupAttempt.EnterpriseAccount.Builder!

The type of authentication used for this account.

setDeviceId

abstract fun setDeviceId(value: String!): AccountSetupAttempt.EnterpriseAccount.Builder!

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.

setEmailAddress

abstract fun setEmailAddress(value: String!): AccountSetupAttempt.EnterpriseAccount.Builder!

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

setUserId

abstract fun setUserId(value: String!): AccountSetupAttempt.EnterpriseAccount.Builder!

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.