你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Contact Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. Contact
- com.
public class Contact
Contact information for domain registration. If 'Domain Privacy' option is not selected then the contact information is made publicly available through the Whois directories as per ICANN requirements.
Method Summary
Modifier and Type | Method and Description |
---|---|
Address |
addressMailing()
Get the addressMailing value. |
String |
email()
Get the email value. |
String |
fax()
Get the fax value. |
String |
jobTitle()
Get the jobTitle value. |
String |
nameFirst()
Get the nameFirst value. |
String |
nameLast()
Get the nameLast value. |
String |
nameMiddle()
Get the nameMiddle value. |
String |
organization()
Get the organization value. |
String |
phone()
Get the phone value. |
Contact |
withAddressMailing(Address addressMailing)
Set the addressMailing value. |
Contact |
withEmail(String email)
Set the email value. |
Contact |
withFax(String fax)
Set the fax value. |
Contact |
withJobTitle(String jobTitle)
Set the jobTitle value. |
Contact |
withNameFirst(String nameFirst)
Set the nameFirst value. |
Contact |
withNameLast(String nameLast)
Set the nameLast value. |
Contact |
withNameMiddle(String nameMiddle)
Set the nameMiddle value. |
Contact |
withOrganization(String organization)
Set the organization value. |
Contact |
withPhone(String phone)
Set the phone value. |
Method Details
addressMailing
public Address addressMailing()
Get the addressMailing value.
Returns:
public String email()
Get the email value.
Returns:
fax
public String fax()
Get the fax value.
Returns:
jobTitle
public String jobTitle()
Get the jobTitle value.
Returns:
nameFirst
public String nameFirst()
Get the nameFirst value.
Returns:
nameLast
public String nameLast()
Get the nameLast value.
Returns:
nameMiddle
public String nameMiddle()
Get the nameMiddle value.
Returns:
organization
public String organization()
Get the organization value.
Returns:
phone
public String phone()
Get the phone value.
Returns:
withAddressMailing
public Contact withAddressMailing(Address addressMailing)
Set the addressMailing value.
Parameters:
Returns:
withEmail
public Contact withEmail(String email)
Set the email value.
Parameters:
Returns:
withFax
public Contact withFax(String fax)
Set the fax value.
Parameters:
Returns:
withJobTitle
public Contact withJobTitle(String jobTitle)
Set the jobTitle value.
Parameters:
Returns:
withNameFirst
public Contact withNameFirst(String nameFirst)
Set the nameFirst value.
Parameters:
Returns:
withNameLast
public Contact withNameLast(String nameLast)
Set the nameLast value.
Parameters:
Returns:
withNameMiddle
public Contact withNameMiddle(String nameMiddle)
Set the nameMiddle value.
Parameters:
Returns:
withOrganization
public Contact withOrganization(String organization)
Set the organization value.
Parameters:
Returns:
withPhone
public Contact withPhone(String phone)
Set the phone value.
Parameters:
Returns: