public class Contacts extends Object
| Constructor and Description |
|---|
Contacts() |
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
contactList()
Get the contactList value.
|
String |
id()
Get the id value.
|
Contacts |
withContactList(List<Contact> contactList)
Set the contactList value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/