E2eeContactKeyParcelable.Builder


public final class E2eeContactKeyParcelable.Builder


E2eeContactKeyParcelable के लिए बिल्डर क्लास.

खास जानकारी

सार्वजनिक कंस्ट्रक्टर

यह एक नया बिल्डर बनाता है.

यह एक नया बिल्डर बनाता है.

पब्लिक मेथड

E2eeContactKeyParcelable

यह E2eeContactKeyParcelable बनाता है.

E2eeContactKeyParcelable.Builder

account ID को सेट करता है.

E2eeContactKeyParcelable.Builder

device ID को सेट करता है.

E2eeContactKeyParcelable.Builder

यह कुकी, कुंजी से जुड़े संपर्क का display name सेट करती है.

E2eeContactKeyParcelable.Builder

यह कुकी, कुंजी से जुड़े संपर्क का email address सेट करती है.

E2eeContactKeyParcelable.Builder

public key को सेट करता है.

E2eeContactKeyParcelable.Builder
@CanIgnoreReturnValue
setLocalVerificationState(int localVerificationState)

इस एट्रिब्यूट का इस्तेमाल करके, कुंजी का local verification state सेट किया जाता है.

E2eeContactKeyParcelable.Builder

lookup key को सेट करता है.

E2eeContactKeyParcelable.Builder

owner package name को सेट करता है.

E2eeContactKeyParcelable.Builder

यह कुकी, कुंजी से जुड़े संपर्क का phone number सेट करती है.

E2eeContactKeyParcelable.Builder
@CanIgnoreReturnValue
setRemoteVerificationState(int remoteVerificationState)

इस एट्रिब्यूट का इस्तेमाल करके, कुंजी का remote verification state सेट किया जाता है.

E2eeContactKeyParcelable.Builder

timestamp of the last update को सेट करता है.

सार्वजनिक कंस्ट्रक्टर

बिल्डर

public Builder()

यह एक नया बिल्डर बनाता है.

बिल्डर

public Builder(E2eeContactKeyParcelable origin)

यह एक नया बिल्डर बनाता है.

पब्लिक मेथड

बनाएं

public E2eeContactKeyParcelable build()

यह E2eeContactKeyParcelable बनाता है.

setAccountId

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setAccountId(@NonNull String accountId)

account ID को सेट करता है.

setDeviceId

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setDeviceId(@NonNull String deviceId)

device ID को सेट करता है.

setDisplayName

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setDisplayName(@Nullable String displayName)

यह कुकी, कुंजी से जुड़े संपर्क का display name सेट करती है.

setEmailAddress

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setEmailAddress(@Nullable String emailAddress)

यह कुकी, कुंजी से जुड़े संपर्क का email address सेट करती है.

setKeyValue

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setKeyValue(@Nullable byte[] keyValue)

public key को सेट करता है.

setLocalVerificationState

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setLocalVerificationState(int localVerificationState)

इस एट्रिब्यूट का इस्तेमाल करके, कुंजी का local verification state सेट किया जाता है.

setLookupKey

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setLookupKey(@NonNull String lookupKey)

lookup key को सेट करता है.

setOwnerPackageName

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setOwnerPackageName(@NonNull String ownerPackageName)

owner package name को सेट करता है.

setPhoneNumber

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setPhoneNumber(@Nullable String phoneNumber)

यह कुकी, कुंजी से जुड़े संपर्क का phone number सेट करती है.

setRemoteVerificationState

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setRemoteVerificationState(int remoteVerificationState)

इस एट्रिब्यूट का इस्तेमाल करके, कुंजी का remote verification state सेट किया जाता है.

setTimeUpdated

@CanIgnoreReturnValue
public E2eeContactKeyParcelable.Builder setTimeUpdated(long timeUpdated)

timestamp of the last update को सेट करता है.