Uses of Class
com.microsoft.azure.keyvault.models.Contact
-
Packages that use Contact Package Description com.microsoft.azure.keyvault.models This package contains the models classes for KeyVaultClientBase. -
-
Uses of Contact in com.microsoft.azure.keyvault.models
Methods in com.microsoft.azure.keyvault.models that return Contact Modifier and Type Method 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.Methods in com.microsoft.azure.keyvault.models that return types with arguments of type Contact Modifier and Type Method Description List<Contact>
Contacts. contactList()
Get the contactList value.Method parameters in com.microsoft.azure.keyvault.models with type arguments of type Contact Modifier and Type Method Description Contacts
Contacts. withContactList(List<Contact> contactList)
Set the contactList value.
-