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 ContactContact. withEmailAddress(String emailAddress)Set the emailAddress value.ContactContact. withName(String name)Set the name value.ContactContact. 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 ContactsContacts. withContactList(List<Contact> contactList)Set the contactList value.
-