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 model) |
public ContactList.Builder contactList(List<Contact> contactList)
The list of contacts.
contactList
- the value to setpublic ContactList build()
public ContactList.Builder copy(ContactList model)
Copyright © 2016–2024. All rights reserved.