Class Contact
java.lang.Object
com.microsoft.azure.management.appservice.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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet mailing address.email()
Get email address.fax()
Get fax number.jobTitle()
Get job title.Get first name.nameLast()
Get last name.Get middle name.Get organization contact belongs to.phone()
Get phone number.withAddressMailing
(Address addressMailing) Set mailing address.Set email address.Set fax number.withJobTitle
(String jobTitle) Set job title.withNameFirst
(String nameFirst) Set first name.withNameLast
(String nameLast) Set last name.withNameMiddle
(String nameMiddle) Set middle name.withOrganization
(String organization) Set organization contact belongs to.Set phone number.
-
Constructor Details
-
Contact
public Contact()
-
-
Method Details
-
addressMailing
Get mailing address.- Returns:
- the addressMailing value
-
withAddressMailing
Set mailing address.- Parameters:
addressMailing
- the addressMailing value to set- Returns:
- the Contact object itself.
-
email
Get email address.- Returns:
- the email value
-
withEmail
Set email address.- Parameters:
email
- the email value to set- Returns:
- the Contact object itself.
-
fax
Get fax number.- Returns:
- the fax value
-
withFax
Set fax number.- Parameters:
fax
- the fax value to set- Returns:
- the Contact object itself.
-
jobTitle
Get job title.- Returns:
- the jobTitle value
-
withJobTitle
Set job title.- Parameters:
jobTitle
- the jobTitle value to set- Returns:
- the Contact object itself.
-
nameFirst
Get first name.- Returns:
- the nameFirst value
-
withNameFirst
Set first name.- Parameters:
nameFirst
- the nameFirst value to set- Returns:
- the Contact object itself.
-
nameLast
Get last name.- Returns:
- the nameLast value
-
withNameLast
Set last name.- Parameters:
nameLast
- the nameLast value to set- Returns:
- the Contact object itself.
-
nameMiddle
Get middle name.- Returns:
- the nameMiddle value
-
withNameMiddle
Set middle name.- Parameters:
nameMiddle
- the nameMiddle value to set- Returns:
- the Contact object itself.
-
organization
Get organization contact belongs to.- Returns:
- the organization value
-
withOrganization
Set organization contact belongs to.- Parameters:
organization
- the organization value to set- Returns:
- the Contact object itself.
-
phone
Get phone number.- Returns:
- the phone value
-
withPhone
Set phone number.- Parameters:
phone
- the phone value to set- Returns:
- the Contact object itself.
-