public static class ContactList.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ContactList |
build() |
ContactList.Builder |
contactList(List<Contact> contactList)
The list of contacts.
|
ContactList.Builder |
copy(ContactList o) |
public ContactList.Builder contactList(List<Contact> contactList)
The list of contacts.
contactList
- the value to setpublic ContactList build()
public ContactList.Builder copy(ContactList o)
Copyright © 2016–2022. All rights reserved.