E2eeContactKeyParcelable.Builder


public final class E2eeContactKeyParcelable.Builder


מחלקת Builder של E2eeContactKeyParcelable.

סיכום

‫constructors ציבוריים

יוצרת builder חדש.

יוצרת builder חדש.

‫methods ציבוריים

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.

‫constructors ציבוריים

בנאי

public Builder()

יוצרת builder חדש.

בנאי

public Builder(E2eeContactKeyParcelable origin)

יוצרת builder חדש.

‫methods ציבוריים

build

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.