AccountSetupAttempt.EnterpriseAccount

abstract class AccountSetupAttempt.EnterpriseAccount


نشان دهنده یک حساب سازمانی است که به یک دستگاه اضافه شده است.

خلاصه

انواع تو در تو

انواع احراز هویت ممکن برای یک حساب سازمانی.

سازنده برای AccountSetupAttempt.EnterpriseAccount .

توابع عمومی

java-static AccountSetupAttempt.EnterpriseAccount.Builder !
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType !

نوع احراز هویت استفاده شده برای این حساب.

java-static AccountSetupAttempt.EnterpriseAccount !
abstract String !

شناسه دستگاه، مانند Play EMM API.

abstract String !

آدرس ایمیل مرتبط با حساب، یا خالی کردن اگر هیچ.

abstract String !

شناسه کاربر، مانند Play EMM API.

abstract AccountSetupAttempt.EnterpriseAccount.Builder !

توابع عمومی

سازنده

java-static fun builder(): AccountSetupAttempt.EnterpriseAccount.Builder!

getAuthenticationType

abstract fun getAuthenticationType(): AccountSetupAttempt.EnterpriseAccount.AuthenticationType!

نوع احراز هویت استفاده شده برای این حساب.

getDefaultInstance

java-static fun getDefaultInstance(): AccountSetupAttempt.EnterpriseAccount!

getDeviceId

abstract fun getDeviceId(): String!

شناسه دستگاه، مانند Play EMM API. این مربوط به پارامتر «deviceId» در تماس Devices.get Play EMM API است.

دریافت آدرس ایمیل

abstract fun getEmailAddress(): String!

آدرس ایمیل مرتبط با حساب، یا خالی کردن اگر هیچ.

getUserId

abstract fun getUserId(): String!

شناسه کاربر، مانند Play EMM API. این مربوط به پارامتر "userId" در تماس Users.get Play EMM API است.

به بیلدر

abstract fun toBuilder(): AccountSetupAttempt.EnterpriseAccount.Builder!