AccountSetupAttempt.EnterpriseAccount

public abstract class AccountSetupAttempt.EnterpriseAccount


แสดงบัญชีองค์กรที่เพิ่มลงในอุปกรณ์

สรุป

ประเภทที่ซ้อนกัน

ประเภทการตรวจสอบสิทธิ์ที่เป็นไปได้สำหรับบัญชีองค์กร

ผู้รับสร้างบ้านสำหรับ AccountSetupAttempt.EnterpriseAccount

เมธอดสาธารณะ

static AccountSetupAttempt.EnterpriseAccount.Builder
abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType

ประเภทการตรวจสอบสิทธิ์ที่ใช้สำหรับบัญชีนี้

static AccountSetupAttempt.EnterpriseAccount
abstract String

รหัสของอุปกรณ์ตามที่อยู่ใน Play EMM API

abstract String

อีเมลที่เชื่อมโยงกับบัญชี หรือเว้นว่างไว้หากไม่มี

abstract String

รหัสของผู้ใช้ตามที่อยู่ใน Play EMM API

abstract AccountSetupAttempt.EnterpriseAccount.Builder

เมธอดสาธารณะ

เครื่องมือสร้าง

public static AccountSetupAttempt.EnterpriseAccount.Builder builder()

getAuthenticationType

public abstract AccountSetupAttempt.EnterpriseAccount.AuthenticationType getAuthenticationType()

ประเภทการตรวจสอบสิทธิ์ที่ใช้สำหรับบัญชีนี้

getDefaultInstance

public static AccountSetupAttempt.EnterpriseAccount getDefaultInstance()

getDeviceId

public abstract String getDeviceId()

รหัสของอุปกรณ์ตามที่อยู่ใน Play EMM API ซึ่งสอดคล้องกับพารามิเตอร์ `deviceId` ในการเรียก Devices.get ของ Play EMM API

getEmailAddress

public abstract String getEmailAddress()

อีเมลที่เชื่อมโยงกับบัญชี หรือเว้นว่างไว้หากไม่มี

getUserId

public abstract String getUserId()

รหัสของผู้ใช้ตามที่อยู่ใน Play EMM API ซึ่งสอดคล้องกับพารามิเตอร์ `userId` ในการเรียก Users.get ของ Play EMM API