public class Contact extends Object
| Constructor and Description |
|---|
Contact() |
| 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.
|
public Address addressMailing()
public Contact withAddressMailing(Address addressMailing)
addressMailing - the addressMailing value to setpublic String email()
public Contact withEmail(String email)
email - the email value to setpublic String fax()
public Contact withFax(String fax)
fax - the fax value to setpublic String jobTitle()
public Contact withJobTitle(String jobTitle)
jobTitle - the jobTitle value to setpublic String nameFirst()
public Contact withNameFirst(String nameFirst)
nameFirst - the nameFirst value to setpublic String nameLast()
public Contact withNameLast(String nameLast)
nameLast - the nameLast value to setpublic String nameMiddle()
public Contact withNameMiddle(String nameMiddle)
nameMiddle - the nameMiddle value to setpublic String organization()
public Contact withOrganization(String organization)
organization - the organization value to setpublic String phone()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/