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()
String
public void setContactReference(String value)
value
- allowed object is
String
public 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()
String
public void setPhone(String value)
value
- allowed object is
String
public String getStructureContactNumber()
String
public void setStructureContactNumber(String value)
value
- allowed object is
String
public ContactTextSearch getContactTextSearch()
ContactTextSearch
public void setContactTextSearch(ContactTextSearch value)
value
- allowed object is
ContactTextSearch
public ContactTypeEnum getContactType()
ContactTypeEnum
public void setContactType(ContactTypeEnum value)
value
- allowed object is
ContactTypeEnum
public boolean isIncludeWithoutConnection()
public void setIncludeWithoutConnection(boolean value)
public Long getStartPosition()
Long
public void setStartPosition(Long value)
value
- allowed object is
Long
public Long getMaxResults()
Long
Copyright © 2021. All rights reserved.