AccountSetupAttempt.EnterpriseAccount

abstract class AccountSetupAttempt.EnterpriseAccount


একটি ডিভাইসে যোগ করা একটি এন্টারপ্রাইজ অ্যাকাউন্টের প্রতিনিধিত্ব করে।

সারাংশ

নেস্টেড প্রকার

একটি এন্টারপ্রাইজ অ্যাকাউন্টের জন্য সম্ভাব্য প্রমাণীকরণ প্রকার।

AccountSetupAttempt.EnterpriseAccount এর জন্য নির্মাতা।

পাবলিক ফাংশন

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

এই অ্যাকাউন্টের জন্য ব্যবহৃত প্রমাণীকরণের ধরন।

java-static AccountSetupAttempt.EnterpriseAccount !
abstract String !

প্লে ইএমএম এপিআই-এর মতো ডিভাইসের আইডি।

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-এর Devices.get কলের `deviceId` প্যারামিটারের সাথে মিলে যায়।

ইমেইল ঠিকানা পান

abstract fun getEmailAddress(): String!

অ্যাকাউন্টের সাথে যুক্ত ইমেল ঠিকানা, বা খালি যদি না থাকে।

getUserId

abstract fun getUserId(): String!

Play EMM API-এর মতো ব্যবহারকারীর আইডি। এটি Play EMM API-এর Users.get কলের `userId` প্যারামিটারের সাথে মিলে যায়।

বিল্ডারের কাছে

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