Contact Class
- java.
lang. Object - com.
microsoft. azure. keyvault. models. Contact
- com.
public class Contact
The contact information for the vault certificates.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
emailAddress()
Get the emailAddress value. |
String |
name()
Get the name value. |
String |
phone()
Get the phone value. |
Contact |
withEmailAddress(String emailAddress)
Set the emailAddress value. |
Contact |
withName(String name)
Set the name value. |
Contact |
withPhone(String phone)
Set the phone value. |
Method Details
emailAddress
public String emailAddress()
Get the emailAddress value.
Returns:
name
public String name()
Get the name value.
Returns:
phone
public String phone()
Get the phone value.
Returns:
withEmailAddress
public Contact withEmailAddress(String emailAddress)
Set the emailAddress value.
Parameters:
Returns:
withName
public Contact withName(String name)
Set the name value.
Parameters:
Returns:
withPhone
public Contact withPhone(String phone)
Set the phone value.
Parameters:
Returns:
Applies to
Azure SDK for Java