AccountSetupAttempt.EnterpriseAccount.Builder

public abstract class AccountSetupAttempt.EnterpriseAccount.Builder


AccountSetupAttempt.EnterpriseAccount için geliştirilenler.

Özet

Herkese açık yöntemler

abstract AccountSetupAttempt.EnterpriseAccount
abstract AccountSetupAttempt.EnterpriseAccount.Builder

Bu hesap için kullanılan kimlik doğrulama türü.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Play EMM API'deki gibi cihazın kimliği.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Hesapla ilişkili e-posta adresi veya yoksa boş.

abstract AccountSetupAttempt.EnterpriseAccount.Builder

Play EMM API'deki gibi kullanıcının kimliği.

Herkese açık yöntemler

build

public abstract AccountSetupAttempt.EnterpriseAccount build()

setAuthenticationType

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

Bu hesap için kullanılan kimlik doğrulama türü.

setDeviceId

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

Play EMM API'deki gibi cihazın kimliği. Bu, Play EMM API'nin Devices.get çağrısındaki "deviceId" parametresine karşılık gelir.

setEmailAddress

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

Hesapla ilişkili e-posta adresi veya yoksa boş.

setUserId

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

Play EMM API'deki gibi kullanıcının kimliği. Bu, Play EMM API'lerinin Users.get çağrısındaki "userId" parametresine karşılık gelir.