public class AccountPublicContact extends Object implements RelevantNullChecker
| Constructor and Description |
|---|
AccountPublicContact() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allNull()
Checks whether this resource has at least a single property with non
null
value within its tree, among those that has been included to be checked. |
AccountPublicContact |
email(String email)
The public contact email address.
|
String |
getEmail() |
String |
getName() |
String |
getPhone() |
String |
getWebsite() |
AccountPublicContact |
name(String name)
The public contact person name.
|
AccountPublicContact |
phone(String phone)
The public contact phone number.
|
void |
setEmail(String email) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setWebsite(String website) |
AccountPublicContact |
website(String website)
The account website.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallNull, setIfNotAllNullpublic AccountPublicContact email(String email)
public String getEmail()
public void setEmail(String email)
public AccountPublicContact name(String name)
public String getName()
public void setName(String name)
public AccountPublicContact phone(String phone)
public String getPhone()
public void setPhone(String phone)
public AccountPublicContact website(String website)
public String getWebsite()
public void setWebsite(String website)
public boolean allNull()
RelevantNullCheckernull
value within its tree, among those that has been included to be checked.allNull in interface RelevantNullCheckertrue if at least a single property of this resource has a non null value,
otherwise falseCopyright © 2020. All rights reserved.