AccountSetupAttempt.EnterpriseAccount.Builder

public abstract class AccountSetupAttempt.EnterpriseAccount.Builder


AccountSetupAttempt.EnterpriseAccount 的构建器。

摘要

公共方法

abstract AccountSetupAttempt.EnterpriseAccount
abstract AccountSetupAttempt.EnterpriseAccount.Builder

相应账号所用的身份验证类型。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

设备的 ID,与 Play EMM API 中的 ID 相同。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

与账号关联的电子邮件地址,如果没有则为空。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

用户的 ID,与 Play EMM API 中的 ID 相同。

公共方法

build

public abstract AccountSetupAttempt.EnterpriseAccount build()

setAuthenticationType

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

相应账号所用的身份验证类型。

setDeviceId

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

设备的 ID,与 Play EMM API 中的 ID 相同。这对应于 Play EMM API 的 Devices.get 调用中的 `deviceId` 参数。

setEmailAddress

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

与账号关联的电子邮件地址,如果没有则为空。

setUserId

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

用户的 ID,与 Play EMM API 中的 ID 相同。这与 Play EMM API 的 Users.get 调用中的 `userId` 参数相对应。