HubSpot Cloud Connector
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
org.mule.module.hubspot
org.mule.module.hubspot.adapter
org.mule.module.hubspot.adapters
org.mule.module.hubspot.agents
org.mule.module.hubspot.basic
org.mule.module.hubspot.callback
org.mule.module.hubspot.client
org.mule.module.hubspot.client.impl
org.mule.module.hubspot.config
org.mule.module.hubspot.connection
org.mule.module.hubspot.credential
org.mule.module.hubspot.devkit
org.mule.module.hubspot.exception
org.mule.module.hubspot.model
org.mule.module.hubspot.model.contact
org.mule.module.hubspot.model.contact.holders
org.mule.module.hubspot.model.contact.transformers
org.mule.module.hubspot.model.contactproperty
org.mule.module.hubspot.model.contactproperty.holders
org.mule.module.hubspot.model.contactproperty.transformers
org.mule.module.hubspot.model.email
org.mule.module.hubspot.model.email.holders
org.mule.module.hubspot.model.email.transformers
org.mule.module.hubspot.model.list
org.mule.module.hubspot.model.list.holders
org.mule.module.hubspot.model.list.transformers
org.mule.module.hubspot.model.token
org.mule.module.hubspot.oauth
org.mule.module.hubspot.process
org.mule.module.hubspot.processors
org.mule.module.hubspot.serialization
Classes
Contact
ContactDeleted
ContactIdentity
ContactIdentityProfiles
ContactList
ContactListMembership
ContactProperties
ContactQuery
ContactStatistics
Enums
ContactPropertiesLifecycleStage
ContactPropertiesNumberOfEmployees
Package Index
|
Class Index
Summary:
Fields
|
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ContactQuery
extends Object
java.lang.Object
↳
org.mule.module.hubspot.model.contact.ContactQuery
Summary
Fields
private List<
Contact
>
contacts
private Boolean
hasMore
private Long
offset
private String
query
private Integer
results
Public Constructors
ContactQuery
()
Public Methods
List<
Contact
>
getContacts
()
Boolean
getHasMore
()
Long
getOffset
()
String
getQuery
()
Integer
getResults
()
void
setContacts
(List<
Contact
> contacts)
void
setHasMore
(Boolean hasMore)
void
setOffset
(Long offset)
void
setQuery
(String query)
void
setResults
(Integer results)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Fields
private List<
Contact
>
contacts
private Boolean
hasMore
private Long
offset
private String
query
private Integer
results
Public Constructors
public
ContactQuery
()
Public Methods
public List<
Contact
>
getContacts
()
public Boolean
getHasMore
()
public Long
getOffset
()
public String
getQuery
()
public Integer
getResults
()
public void
setContacts
(List<
Contact
> contacts)
Parameters
contacts
public void
setHasMore
(Boolean hasMore)
Parameters
hasMore
public void
setOffset
(Long offset)
Parameters
offset
public void
setQuery
(String query)
Parameters
query
public void
setResults
(Integer results)
Parameters
results