| Package | Description |
|---|---|
| com.microsoft.azure.keyvault.models |
This package contains the models classes for KeyVaultClientBase.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.withEmailAddress(String emailAddress)
Set the emailAddress value.
|
Contact |
Contact.withName(String name)
Set the name value.
|
Contact |
Contact.withPhone(String phone)
Set the phone value.
|
| Modifier and Type | Method and Description |
|---|---|
List<Contact> |
Contacts.contactList()
Get the contactList value.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts |
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.
*/