Class Contact
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.Contact
-
public class Contact extends Object
The contact information for the vault certificates.
-
-
Constructor Summary
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringemailAddress()Get the emailAddress value.Stringname()Get the name value.Stringphone()Get the phone value.ContactwithEmailAddress(String emailAddress)Set the emailAddress value.ContactwithName(String name)Set the name value.ContactwithPhone(String phone)Set the phone value.
-
-
-
Method Detail
-
emailAddress
public String emailAddress()
Get the emailAddress value.- Returns:
- the emailAddress value
-
withEmailAddress
public Contact withEmailAddress(String emailAddress)
Set the emailAddress value.- Parameters:
emailAddress- the emailAddress value to set- Returns:
- the Contact object itself.
-
name
public String name()
Get the name value.- Returns:
- the name value
-
withName
public Contact withName(String name)
Set the name value.- Parameters:
name- the name value to set- Returns:
- the Contact object itself.
-
phone
public String phone()
Get the phone value.- Returns:
- the phone value
-
-