Class Contact
- java.lang.Object
-
- com.microsoft.azure.management.appservice.Contact
-
public class Contact extends Object
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
Constructors Constructor Description Contact()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AddressaddressMailing()Get mailing address.Stringemail()Get email address.Stringfax()Get fax number.StringjobTitle()Get job title.StringnameFirst()Get first name.StringnameLast()Get last name.StringnameMiddle()Get middle name.Stringorganization()Get organization contact belongs to.Stringphone()Get phone number.ContactwithAddressMailing(Address addressMailing)Set mailing address.ContactwithEmail(String email)Set email address.ContactwithFax(String fax)Set fax number.ContactwithJobTitle(String jobTitle)Set job title.ContactwithNameFirst(String nameFirst)Set first name.ContactwithNameLast(String nameLast)Set last name.ContactwithNameMiddle(String nameMiddle)Set middle name.ContactwithOrganization(String organization)Set organization contact belongs to.ContactwithPhone(String phone)Set phone number.
-
-
-
Method Detail
-
addressMailing
public Address addressMailing()
Get mailing address.- Returns:
- the addressMailing value
-
withAddressMailing
public Contact withAddressMailing(Address addressMailing)
Set mailing address.- Parameters:
addressMailing- the addressMailing value to set- Returns:
- the Contact object itself.
-
email
public String email()
Get email address.- Returns:
- the email value
-
withEmail
public Contact withEmail(String email)
Set email address.- Parameters:
email- the email value to set- Returns:
- the Contact object itself.
-
fax
public String fax()
Get fax number.- Returns:
- the fax value
-
withFax
public Contact withFax(String fax)
Set fax number.- Parameters:
fax- the fax value to set- Returns:
- the Contact object itself.
-
jobTitle
public String jobTitle()
Get job title.- Returns:
- the jobTitle value
-
withJobTitle
public Contact withJobTitle(String jobTitle)
Set job title.- Parameters:
jobTitle- the jobTitle value to set- Returns:
- the Contact object itself.
-
nameFirst
public String nameFirst()
Get first name.- Returns:
- the nameFirst value
-
withNameFirst
public Contact withNameFirst(String nameFirst)
Set first name.- Parameters:
nameFirst- the nameFirst value to set- Returns:
- the Contact object itself.
-
nameLast
public String nameLast()
Get last name.- Returns:
- the nameLast value
-
withNameLast
public Contact withNameLast(String nameLast)
Set last name.- Parameters:
nameLast- the nameLast value to set- Returns:
- the Contact object itself.
-
nameMiddle
public String nameMiddle()
Get middle name.- Returns:
- the nameMiddle value
-
withNameMiddle
public Contact withNameMiddle(String nameMiddle)
Set middle name.- Parameters:
nameMiddle- the nameMiddle value to set- Returns:
- the Contact object itself.
-
organization
public String organization()
Get organization contact belongs to.- Returns:
- the organization value
-
withOrganization
public Contact withOrganization(String organization)
Set organization contact belongs to.- Parameters:
organization- the organization value to set- Returns:
- the Contact object itself.
-
phone
public String phone()
Get phone number.- Returns:
- the phone value
-
-