public final class CertificateOrderContact extends Object
| Constructor and Description |
|---|
CertificateOrderContact() |
| Modifier and Type | Method and Description |
|---|---|
String |
email()
Get the email property: The email property.
|
String |
nameFirst()
Get the nameFirst property: The nameFirst property.
|
String |
nameLast()
Get the nameLast property: The nameLast property.
|
String |
phone()
Get the phone property: The phone property.
|
void |
validate()
Validates the instance.
|
CertificateOrderContact |
withEmail(String email)
Set the email property: The email property.
|
CertificateOrderContact |
withNameFirst(String nameFirst)
Set the nameFirst property: The nameFirst property.
|
CertificateOrderContact |
withNameLast(String nameLast)
Set the nameLast property: The nameLast property.
|
CertificateOrderContact |
withPhone(String phone)
Set the phone property: The phone property.
|
public String email()
public CertificateOrderContact withEmail(String email)
email - the email value to set.public String nameFirst()
public CertificateOrderContact withNameFirst(String nameFirst)
nameFirst - the nameFirst value to set.public String nameLast()
public CertificateOrderContact withNameLast(String nameLast)
nameLast - the nameLast value to set.public String phone()
public CertificateOrderContact withPhone(String phone)
phone - the phone value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.