AccountSetupAttempt.EnterpriseAccount.Builder

public abstract class AccountSetupAttempt.EnterpriseAccount.Builder


AccountSetupAttempt.EnterpriseAccount のビルダー。

概要

パブリック メソッド

abstract AccountSetupAttempt.EnterpriseAccount
abstract AccountSetupAttempt.EnterpriseAccount.Builder

このアカウントに使用される認証のタイプ。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Play EMM API のデバイス ID。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

アカウントに関連付けられているメールアドレス。関連付けられていない場合は空。

abstract AccountSetupAttempt.EnterpriseAccount.Builder

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)

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)

Play EMM API の場合と同様のユーザー ID。これは、Play EMM API の Users.get 呼び出しの `userId` パラメータに対応します。