Package | Description |
---|---|
org.mule.module.hubspot | |
org.mule.module.hubspot.client | |
org.mule.module.hubspot.client.impl | |
org.mule.module.hubspot.iterable | |
org.mule.module.hubspot.model.contact |
Modifier and Type | Method and Description |
---|---|
Contact |
HubSpotConnector.createContact(String userId,
ContactProperties contactProperties)
Create a new contact in HubSpot with a simple HTTP POST to the Contacts API.
|
Contact |
HubSpotConnector.getContactByEmail(String userId,
String contactEmail)
For a given portal, return information about a single contact by its email address.
|
Contact |
HubSpotConnector.getContactById(String userId,
String contactId)
For a given portal, return information about a single contact by its ID.
|
Contact |
HubSpotConnector.getContactByUserToken(String userId,
String contactUserToken)
For a given portal, return information about a single contact by its User Token (hubspotutk)
|
Modifier and Type | Method and Description |
---|---|
List<Contact> |
HubSpotConnector.getAllContactsUpdatedAfter(String userId,
String count,
Long waterMark)
This operation masks
getRecentContacts recursively filtering all the contacts that were updated after the waterMark |
Collection<Contact> |
HubSpotConnector.getRecentContactsPaginated(String userId,
String count)
This operation masks
getRecentContacts with an Iterator that handles the pagination. |
Modifier and Type | Method and Description |
---|---|
Contact |
HubSpotClient.createContact(String accessToken,
String userId,
ContactProperties contactProperties) |
Contact |
HubSpotClient.getContactByEmail(String accessToken,
String userId,
String contactEmail) |
Contact |
HubSpotClient.getContactById(String accessToken,
String userId,
String contactId) |
Contact |
HubSpotClient.getContactByUserToken(String accessToken,
String userId,
String contactUserToken) |
Modifier and Type | Method and Description |
---|---|
Contact |
HubSpotClientImpl.createContact(String accessToken,
String userId,
ContactProperties contactProperties) |
Contact |
HubSpotClientImpl.getContactByEmail(String accessToken,
String userId,
String contactEmail) |
Contact |
HubSpotClientImpl.getContactById(String accessToken,
String userId,
String contactId) |
Contact |
HubSpotClientImpl.getContactByUserToken(String accessToken,
String userId,
String contactUserToken) |
Modifier and Type | Method and Description |
---|---|
protected Iterator<Contact> |
GetRecentContactsCollection.pageIterator(ContactList contactList) |
Modifier and Type | Method and Description |
---|---|
List<Contact> |
ContactQuery.getContacts() |
List<Contact> |
ContactList.getContacts() |
Modifier and Type | Method and Description |
---|---|
void |
ContactQuery.setContacts(List<Contact> contacts) |
void |
ContactList.setContacts(List<Contact> contacts) |
Copyright © 2010–2016. All rights reserved.