ContactInfoParcelable.Builder


public final class ContactInfoParcelable.Builder


Clase de compilador para ContactInfoParcelable.

Resumen

Constructores públicos

Crea un compilador nuevo para ContactInfoParcelable.

Crea un compilador nuevo para ContactInfoParcelable.

Constructores públicos

Builder

public Builder()

Crea un compilador nuevo para ContactInfoParcelable.

Builder

public Builder(ContactInfoParcelable origin)

Crea un compilador nuevo para ContactInfoParcelable.

Métodos públicos

build

public ContactInfoParcelable build()

Compile el ContactInfoParcelable

setDisplayName

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

Establece el display name.

setEmailAddress

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

Establece el email address.

setLookupKey

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

Establece el lookup key.

setPhoneNumber

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

Establece el phone number.