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입니다.

공개 메서드

빌드

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` 매개변수에 해당합니다.