你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Contact Class

  • java.lang.Object
    • com.microsoft.azure.management.appservice.Contact

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:

the addressMailing value

email

public String email()

Get the email value.

Returns:

the email value

fax

public String fax()

Get the fax value.

Returns:

the fax value

jobTitle

public String jobTitle()

Get the jobTitle value.

Returns:

the jobTitle value

nameFirst

public String nameFirst()

Get the nameFirst value.

Returns:

the nameFirst value

nameLast

public String nameLast()

Get the nameLast value.

Returns:

the nameLast value

nameMiddle

public String nameMiddle()

Get the nameMiddle value.

Returns:

the nameMiddle value

organization

public String organization()

Get the organization value.

Returns:

the organization value

phone

public String phone()

Get the phone value.

Returns:

the phone value

withAddressMailing

public Contact withAddressMailing(Address addressMailing)

Set the addressMailing value.

Parameters:

addressMailing - the addressMailing value to set

Returns:

the Contact object itself.

withEmail

public Contact withEmail(String email)

Set the email value.

Parameters:

email - the email value to set

Returns:

the Contact object itself.

withFax

public Contact withFax(String fax)

Set the fax value.

Parameters:

fax - the fax value to set

Returns:

the Contact object itself.

withJobTitle

public Contact withJobTitle(String jobTitle)

Set the jobTitle value.

Parameters:

jobTitle - the jobTitle value to set

Returns:

the Contact object itself.

withNameFirst

public Contact withNameFirst(String nameFirst)

Set the nameFirst value.

Parameters:

nameFirst - the nameFirst value to set

Returns:

the Contact object itself.

withNameLast

public Contact withNameLast(String nameLast)

Set the nameLast value.

Parameters:

nameLast - the nameLast value to set

Returns:

the Contact object itself.

withNameMiddle

public Contact withNameMiddle(String nameMiddle)

Set the nameMiddle value.

Parameters:

nameMiddle - the nameMiddle value to set

Returns:

the Contact object itself.

withOrganization

public Contact withOrganization(String organization)

Set the organization value.

Parameters:

organization - the organization value to set

Returns:

the Contact object itself.

withPhone

public Contact withPhone(String phone)

Set the phone value.

Parameters:

phone - the phone value to set

Returns:

the Contact object itself.

Applies to