public class SearchContactByCriteria extends Object implements Serializable
Java class for searchContactByCriteria complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected List<ContactConnection> |
contactConnections |
protected List<ContactDetailsEnum> |
contactDetails |
protected String |
contactReference |
protected List<ContactRoleEnum> |
contactRoles |
protected ContactTextSearch |
contactTextSearch |
protected ContactTypeEnum |
contactType |
protected boolean |
includeWithoutConnection |
protected Long |
maxResults |
protected String |
phone |
protected List<ContactSocialConnection> |
socialConnections |
protected Long |
startPosition |
protected String |
structureContactNumber |
| Constructor and Description |
|---|
SearchContactByCriteria() |
| Modifier and Type | Method and Description |
|---|---|
List<ContactConnection> |
getContactConnections()
Gets the value of the contactConnections property.
|
List<ContactDetailsEnum> |
getContactDetails()
Gets the value of the contactDetails property.
|
String |
getContactReference()
Gets the value of the contactReference property.
|
List<ContactRoleEnum> |
getContactRoles()
Gets the value of the contactRoles property.
|
ContactTextSearch |
getContactTextSearch()
Gets the value of the contactTextSearch property.
|
ContactTypeEnum |
getContactType()
Gets the value of the contactType property.
|
Long |
getMaxResults()
Gets the value of the maxResults property.
|
String |
getPhone()
Gets the value of the phone property.
|
List<ContactSocialConnection> |
getSocialConnections()
Gets the value of the socialConnections property.
|
Long |
getStartPosition()
Gets the value of the startPosition property.
|
String |
getStructureContactNumber()
Gets the value of the structureContactNumber property.
|
boolean |
isIncludeWithoutConnection()
Gets the value of the includeWithoutConnection property.
|
void |
setContactReference(String value)
Sets the value of the contactReference property.
|
void |
setContactTextSearch(ContactTextSearch value)
Sets the value of the contactTextSearch property.
|
void |
setContactType(ContactTypeEnum value)
Sets the value of the contactType property.
|
void |
setIncludeWithoutConnection(boolean value)
Sets the value of the includeWithoutConnection property.
|
void |
setMaxResults(Long value)
Sets the value of the maxResults property.
|
void |
setPhone(String value)
Sets the value of the phone property.
|
void |
setStartPosition(Long value)
Sets the value of the startPosition property.
|
void |
setStructureContactNumber(String value)
Sets the value of the structureContactNumber property.
|
protected String contactReference
protected List<ContactRoleEnum> contactRoles
protected List<ContactConnection> contactConnections
protected List<ContactDetailsEnum> contactDetails
protected List<ContactSocialConnection> socialConnections
protected String phone
protected String structureContactNumber
protected ContactTextSearch contactTextSearch
protected ContactTypeEnum contactType
protected boolean includeWithoutConnection
protected Long startPosition
protected Long maxResults
public String getContactReference()
Stringpublic void setContactReference(String value)
value - allowed object is
Stringpublic List<ContactRoleEnum> getContactRoles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contactRoles property.
For example, to add a new item, do as follows:
getContactRoles().add(newItem);
Objects of the following type(s) are allowed in the list
ContactRoleEnum
public List<ContactConnection> getContactConnections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contactConnections property.
For example, to add a new item, do as follows:
getContactConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactConnection
public List<ContactDetailsEnum> getContactDetails()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the contactDetails property.
For example, to add a new item, do as follows:
getContactDetails().add(newItem);
Objects of the following type(s) are allowed in the list
ContactDetailsEnum
public List<ContactSocialConnection> getSocialConnections()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the socialConnections property.
For example, to add a new item, do as follows:
getSocialConnections().add(newItem);
Objects of the following type(s) are allowed in the list
ContactSocialConnection
public String getPhone()
Stringpublic void setPhone(String value)
value - allowed object is
Stringpublic String getStructureContactNumber()
Stringpublic void setStructureContactNumber(String value)
value - allowed object is
Stringpublic ContactTextSearch getContactTextSearch()
ContactTextSearchpublic void setContactTextSearch(ContactTextSearch value)
value - allowed object is
ContactTextSearchpublic ContactTypeEnum getContactType()
ContactTypeEnumpublic void setContactType(ContactTypeEnum value)
value - allowed object is
ContactTypeEnumpublic boolean isIncludeWithoutConnection()
public void setIncludeWithoutConnection(boolean value)
public Long getStartPosition()
Longpublic void setStartPosition(Long value)
value - allowed object is
Longpublic Long getMaxResults()
LongCopyright © 2021. All rights reserved.