AccountSetupAttempt.EnterpriseAccount.Builder

public abstract class AccountSetupAttempt.EnterpriseAccount.Builder


Builder for AccountSetupAttempt.EnterpriseAccount.

Summary

Public methods

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

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

Public methods

build

public abstract AccountSetupAttempt.EnterpriseAccount build()

setAuthenticationType

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

The type of authentication used for this account.

setDeviceId

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

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

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

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

setUserId

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

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.