public class ContactServiceInterfacegetContactsByStatement extends Object
ContactPage of Contact objects that satisfy the given
Statement.query. The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
name |
Contact.name |
email |
Contact.email |
id |
Contact.id |
comment |
Contact.comment |
companyId |
Contact.companyId |
title |
Contact.title |
cellPhone |
Contact.cellPhone |
workPhone |
Contact.workPhone |
faxPhone |
Contact.faxPhone |
status |
Contact.status |
| Constructor and Description |
|---|
ContactServiceInterfacegetContactsByStatement() |
| Modifier and Type | Method and Description |
|---|---|
Statement |
getStatement()
Gets the value of the statement property.
|
void |
setStatement(Statement value)
Sets the value of the statement property.
|
protected Statement statement
Copyright © 2018. All Rights Reserved.