A C D E F G H I N O P R S T U V W 

A

addClient(String, HubSpotClient) - Method in class org.mule.module.hubspot.client.HubSpotClientsManager
 
addExistingContactInAList(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
addExistingContactInAList(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
addExistingContactInAList(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
Add a contact record that has already been created in the system to a contact list.
API_VERSION - Static variable in class org.mule.module.hubspot.HubSpotConnector
 
authenticate(String, Map<String, Object>) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
authenticate(String, Map<String, Object>) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
authenticate(String, String, String, String, String, Map<String, Object>) - Method in class org.mule.module.hubspot.HubSpotConnector
/** This process generates the URL required to authenticate against the service.
authenticateResponse(String) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
 
authenticateResponse(String) - Method in class org.mule.module.hubspot.HubSpotConnector
This process is the one that handles the response of the authentication process.

C

Contact - Class in org.mule.module.hubspot.model.contact
 
Contact() - Constructor for class org.mule.module.hubspot.model.contact.Contact
 
ContactDeleted - Class in org.mule.module.hubspot.model.contact
 
ContactDeleted() - Constructor for class org.mule.module.hubspot.model.contact.ContactDeleted
 
ContactIdentity - Class in org.mule.module.hubspot.model.contact
 
ContactIdentity() - Constructor for class org.mule.module.hubspot.model.contact.ContactIdentity
 
ContactIdentityProfiles - Class in org.mule.module.hubspot.model.contact
 
ContactIdentityProfiles() - Constructor for class org.mule.module.hubspot.model.contact.ContactIdentityProfiles
 
ContactJacksonDeserializer - Class in org.mule.module.hubspot.serialization
 
ContactJacksonDeserializer() - Constructor for class org.mule.module.hubspot.serialization.ContactJacksonDeserializer
 
ContactJacksonSerializer - Class in org.mule.module.hubspot.serialization
 
ContactJacksonSerializer() - Constructor for class org.mule.module.hubspot.serialization.ContactJacksonSerializer
 
ContactList - Class in org.mule.module.hubspot.model.contact
 
ContactList() - Constructor for class org.mule.module.hubspot.model.contact.ContactList
 
ContactListMembership - Class in org.mule.module.hubspot.model.contact
 
ContactListMembership() - Constructor for class org.mule.module.hubspot.model.contact.ContactListMembership
 
ContactProperties - Class in org.mule.module.hubspot.model.contact
 
ContactProperties() - Constructor for class org.mule.module.hubspot.model.contact.ContactProperties
 
ContactPropertiesLifecycleStage - Enum in org.mule.module.hubspot.model.contact
 
ContactPropertiesNumberOfEmployees - Enum in org.mule.module.hubspot.model.contact
 
ContactQuery - Class in org.mule.module.hubspot.model.contact
 
ContactQuery() - Constructor for class org.mule.module.hubspot.model.contact.ContactQuery
 
ContactStatistics - Class in org.mule.module.hubspot.model.contact
 
ContactStatistics() - Constructor for class org.mule.module.hubspot.model.contact.ContactStatistics
 
createContact(String, String, ContactProperties) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
createContact(String, String, ContactProperties) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
createContact(String, ContactProperties) - Method in class org.mule.module.hubspot.HubSpotConnector
Create a new contact in HubSpot with a simple HTTP POST to the Contacts API.
createContactList(String, String, HubSpotNewList, List<HubSpotListFilters>) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
createContactList(String, String, HubSpotNewList, List<HubSpotListFilters>) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
createContactList(String, HubSpotNewList, List<HubSpotListFilters>) - Method in class org.mule.module.hubspot.HubSpotConnector
Create a new list in a given HubSpot portal to populate with contacts.
createCustomProperty(String, String, CustomContactProperty) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
createCustomProperty(String, String, CustomContactProperty) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
createCustomProperty(String, CustomContactProperty) - Method in class org.mule.module.hubspot.HubSpotConnector
Create a new property in HubSpot.
createCustomPropertyGroup(String, String, CustomContactPropertyGroup) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
createCustomPropertyGroup(String, String, CustomContactPropertyGroup) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
createCustomPropertyGroup(String, CustomContactPropertyGroup) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, create a new contact proprerty group.
CustomContactProperty - Class in org.mule.module.hubspot.model.contactproperty
 
CustomContactProperty() - Constructor for class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
CustomContactPropertyFieldType - Enum in org.mule.module.hubspot.model.contactproperty
 
CustomContactPropertyGroup - Class in org.mule.module.hubspot.model.contactproperty
 
CustomContactPropertyGroup() - Constructor for class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
CustomContactPropertyOptions - Class in org.mule.module.hubspot.model.contactproperty
 
CustomContactPropertyOptions() - Constructor for class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
CustomContactPropertyType - Enum in org.mule.module.hubspot.model.contactproperty
 

D

deleteContact(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
deleteContact(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
deleteContact(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
Archive an existing contact from a particular HubSpot portal.
deleteCustomProperty(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
deleteCustomProperty(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
deleteCustomProperty(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
Delete an existing property in HubSpot.
deleteCustomPropertyGroup(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
deleteCustomPropertyGroup(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
deleteCustomPropertyGroup(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, delete a contact property group based on the name of the group.
deserialize(JsonParser, DeserializationContext) - Method in class org.mule.module.hubspot.serialization.ContactJacksonDeserializer
 

E

EmailSubscription - Class in org.mule.module.hubspot.model.email
 
EmailSubscription() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscription
 
EmailSubscriptionDefinitions - Class in org.mule.module.hubspot.model.email
 
EmailSubscriptionDefinitions() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
EmailSubscriptionStatus - Class in org.mule.module.hubspot.model.email
 
EmailSubscriptionStatus() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
EmailSubscriptionStatusResult - Class in org.mule.module.hubspot.model.email
 
EmailSubscriptionStatusResult() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscriptionStatusResult
 
EmailSubscriptionStatusStatuses - Class in org.mule.module.hubspot.model.email
 
EmailSubscriptionStatusStatuses() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscriptionStatusStatuses
 
EmailSubscriptionStatusUnsuscribeFromAll - Class in org.mule.module.hubspot.model.email
 
EmailSubscriptionStatusUnsuscribeFromAll() - Constructor for class org.mule.module.hubspot.model.email.EmailSubscriptionStatusUnsuscribeFromAll
 

F

firstPage() - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 

G

getAccessToken() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getAccessToken() - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
getActive() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
getAddedAt() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getAddress() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getAllContacts(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getAllContacts(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getAllContacts(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return all contacts that have been created in the portal.
getAllContactsUpdatedAfter(String, String, Long) - Method in class org.mule.module.hubspot.HubSpotConnector
This operation masks getRecentContacts recursively filtering all the contacts that were updated after the waterMark
getAllCustomProperties(String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getAllCustomProperties(String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getAllCustomProperties(String) - Method in class org.mule.module.hubspot.HubSpotConnector
Properties in HubSpot are fields that have been created.
getAnnualrevenue() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getBounced() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getCallbackUrl() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getCity() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getClient(String) - Method in class org.mule.module.hubspot.client.HubSpotClientsManager
 
getClientId() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getClientId() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getClientId() - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
getClientsManager() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getClosedate() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getCompany() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getContactByEmail(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactByEmail(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactByEmail(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return information about a single contact by its email address.
getContactById(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactById(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactById(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return information about a single contact by its ID.
getContactByUserToken(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactByUserToken(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactByUserToken(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return information about a single contact by its User Token (hubspotutk)
getContactListById(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactListById(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactListById(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return a contact list by its unique ID.
getContactProperties() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getContacts() - Method in class org.mule.module.hubspot.model.contact.ContactList
 
getContacts() - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
getContacts() - Method in class org.mule.module.hubspot.model.contact.ContactStatistics
 
getContactsByQuery(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactsByQuery(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactsByQuery(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return contacts and some data associated with those contacts by the contact's email address or name.
getContactsInAList(String, String, String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactsInAList(String, String, String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactsInAList(String, String, String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal and a given list, identified by its unique ID, return a list of contacts that are in that list.
getContactsLists(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactsLists(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactsLists(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return a set of contact lists that you specify with the count parameter.
getContactStatistics(String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getContactStatistics(String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getContactStatistics(String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return statistics about that portal's contacts.
getCountry() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getCreatedAt() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getCreatedAt() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getCredentials(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
Return the credentials corresponding to a user
getCredentialsAccessToken(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
Return the accessToken in the credentials corresponding to a user
getCredentialsClientId(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
Retrieves the clientId from the credentials for the tenant
getCredentialsHubId(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
 
getCredentialsManager() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getCredentialsOfflineScope(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
 
getCustomProperties() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getCustomPropertyGroup(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getCustomPropertyGroup(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getCustomPropertyGroup(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return all contact property groups that have been created in the portal.
getDeleted() - Method in class org.mule.module.hubspot.model.contact.ContactDeleted
 
getDeleted() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getDeleted() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getDescription() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getDescription() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
getDiscarded() - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToListResponse
 
getDisplayName() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
getDisplayOrder() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getDisplayOrder() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
getDisplayOrder() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
getDynamic() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getDynamic() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getDynamicContactLists(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getDynamicContactLists(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getDynamicContactLists(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return a set of dynamic contact lists that you specify with the count parameter.
getEmail() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getEmail() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getEmailSubscriptions(String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getEmailSubscriptions(String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getEmailSubscriptions(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return all email subscription types that have been created in the portal.
getEmailSubscriptionStatus(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getEmailSubscriptionStatus(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getEmailSubscriptionStatus(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return all email subscription information for the given email address and portal.
getError() - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
getExpiresAt() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getExpiresIn() - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
getFavorited() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getFavoritedOrder() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getFax() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getFieldType() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getFilters() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getFilters() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilters
 
getFirstname() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getFormField() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getFromInteger(Integer) - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees
Transforms a number to a corresponding enum within range
getFromString(String) - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesLifecycleStage
 
getFromString(String) - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees
 
getFromString(String) - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyFieldType
 
getFromString(String) - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyType
 
getGrantType() - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
getGroupName() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getHasMore() - Method in class org.mule.module.hubspot.model.contact.ContactList
 
getHasMore() - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
getHasMore() - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
getHidden() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getHubId() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getHubId() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getId() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
getId() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusStatuses
 
getIdentities() - Method in class org.mule.module.hubspot.model.contact.ContactIdentityProfiles
 
getIdentityProfiles() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getIndustry() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getInternal() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getInternal() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getInternalListId() - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
getInternalListId() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getInternalListId() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getJobtitle() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getLabel() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getLabel() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
getLastname() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getLastNewContactAt() - Method in class org.mule.module.hubspot.model.contact.ContactStatistics
 
getLastProcessingStateChangeAt() - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
getLastSizeChangeAt() - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
getLifecyclestage() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getList() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
getListId() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getListId() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getListMemberships() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getLists() - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
getMarkedAsSpam() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getMessage() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getMetaData() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getMetaData() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getMutableDefinitionNotDeletable() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getName() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getName() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
getName() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
getName() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getName() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getNumemployees() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getObjectStore() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getOfflineScope() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getOffset() - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
getOffset() - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
getOperator() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
getOptions() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getOrCreateClient(String, OAuthCredentials) - Method in class org.mule.module.hubspot.client.HubSpotClientsManager
 
getPhone() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getPortalId() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getPortalId() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
getPortalId() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
getPortalId() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getPortalId() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getPortalId() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getPortalId() - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
getProcessing() - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
getProfileToken() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getProfileUrl() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getProperties() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
getProperty() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
getQuery() - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
getReadOnlyDefinition() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getReadOnlyValue() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getRecentContacts(String, String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
getRecentContacts(String, String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
getRecentContacts(String, String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, return all contacts that have been recently updated or created.
GetRecentContactsCollection - Class in org.mule.module.hubspot.iterable
 
GetRecentContactsCollection(HubSpotConnector, ContactList, String, String) - Constructor for class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 
getRecentContactsPaginated(String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
This operation masks getRecentContacts with an Iterator that handles the pagination.
getRefreshToken() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getRefreshToken() - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
getRefreshToken() - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
getResults() - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
getSalutation() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getScope() - Method in class org.mule.module.hubspot.HubSpotConnector
 
getSize() - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
getState() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getStatus() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusResult
 
getSubscribed() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getSubscribed() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusStatuses
 
getSubscriptionDefinitions() - Method in class org.mule.module.hubspot.model.email.EmailSubscription
 
getSubscriptionStatuses() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
getTimeOffset() - Method in class org.mule.module.hubspot.model.contact.ContactList
 
getTimestamp() - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
getTimestamp() - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
getTwitterhandle() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getTwitterprofilephoto() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getType() - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
getType() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
getType() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
getUnsubscribeFromAll() - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusUnsuscribeFromAll
 
getUpdated() - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToListResponse
 
getUpdatedAt() - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
getUpdatedAt() - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
getUserId() - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
getValue() - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
getValue() - Method in enum org.mule.module.hubspot.model.contact.ContactPropertiesLifecycleStage
 
getValue() - Method in enum org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees
 
getValue() - Method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyFieldType
 
getValue() - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
getValue() - Method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyType
 
getValue() - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
getVid() - Method in class org.mule.module.hubspot.model.contact.Contact
 
getVid() - Method in class org.mule.module.hubspot.model.contact.ContactDeleted
 
getVid() - Method in class org.mule.module.hubspot.model.contact.ContactIdentityProfiles
 
getVid() - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
getVidOffset() - Method in class org.mule.module.hubspot.model.contact.ContactList
 
getVids() - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToList
 
getWebsite() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
getZip() - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 

H

hasClient(String) - Method in class org.mule.module.hubspot.client.HubSpotClientsManager
 
hasNextPage(ContactList) - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 
hasUserAccessToken(String) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
Indicates if certain user has or not credentials
hasUserAccessToken(String) - Method in class org.mule.module.hubspot.HubSpotConnector
Check if the User has an Access Token.
HUB_SPOT_URL_API - Static variable in class org.mule.module.hubspot.HubSpotConnector
 
HUB_SPOT_URL_AUTH - Static variable in class org.mule.module.hubspot.HubSpotConnector
 
HubSpotClient - Interface in org.mule.module.hubspot.client
 
HubSpotClientImpl - Class in org.mule.module.hubspot.client.impl
 
HubSpotClientImpl(String, String, String, String, String, String, String) - Constructor for class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
HubSpotClientsManager - Class in org.mule.module.hubspot.client
Class that will hold all the clients of each tenant
HubSpotClientsManager() - Constructor for class org.mule.module.hubspot.client.HubSpotClientsManager
 
HubSpotClientUtils - Class in org.mule.module.hubspot.client
 
HubSpotClientUtils() - Constructor for class org.mule.module.hubspot.client.HubSpotClientUtils
 
HubSpotConnector - Class in org.mule.module.hubspot
HubSpot all-in-one marketing software helps more than 8,000 companies in 56 countries attract leads and convert them into customers.
HubSpotConnector() - Constructor for class org.mule.module.hubspot.HubSpotConnector
 
HubSpotConnectorAccessTokenExpiredException - Exception in org.mule.module.hubspot.exception
 
HubSpotConnectorAccessTokenExpiredException() - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorAccessTokenExpiredException
 
HubSpotConnectorAccessTokenExpiredException(String, Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorAccessTokenExpiredException
 
HubSpotConnectorAccessTokenExpiredException(String) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorAccessTokenExpiredException
 
HubSpotConnectorAccessTokenExpiredException(Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorAccessTokenExpiredException
 
HubSpotConnectorException - Exception in org.mule.module.hubspot.exception
 
HubSpotConnectorException() - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorException
 
HubSpotConnectorException(String) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorException
 
HubSpotConnectorException(Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorException
 
HubSpotConnectorException(String, Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorException
 
HubSpotConnectorNoAccessTokenException - Exception in org.mule.module.hubspot.exception
 
HubSpotConnectorNoAccessTokenException() - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorNoAccessTokenException
 
HubSpotConnectorNoAccessTokenException(String, Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorNoAccessTokenException
 
HubSpotConnectorNoAccessTokenException(String) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorNoAccessTokenException
 
HubSpotConnectorNoAccessTokenException(Throwable) - Constructor for exception org.mule.module.hubspot.exception.HubSpotConnectorNoAccessTokenException
 
HubSpotCredentialsManager - Class in org.mule.module.hubspot.credential
Class that handles the credentials of the users logged in through the HubSpot connector
HubSpotCredentialsManager(ObjectStore) - Constructor for class org.mule.module.hubspot.credential.HubSpotCredentialsManager
 
HubSpotList - Class in org.mule.module.hubspot.model.list
 
HubSpotList() - Constructor for class org.mule.module.hubspot.model.list.HubSpotList
 
HubSpotListAddContactToList - Class in org.mule.module.hubspot.model.list
 
HubSpotListAddContactToList() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListAddContactToList
 
HubSpotListAddContactToListResponse - Class in org.mule.module.hubspot.model.list
 
HubSpotListAddContactToListResponse() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListAddContactToListResponse
 
HubSpotListFilter - Class in org.mule.module.hubspot.model.list
 
HubSpotListFilter() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListFilter
 
HubSpotListFilters - Class in org.mule.module.hubspot.model.list
 
HubSpotListFilters() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListFilters
 
HubSpotListLists - Class in org.mule.module.hubspot.model.list
 
HubSpotListLists() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListLists
 
HubSpotListMetadata - Class in org.mule.module.hubspot.model.list
 
HubSpotListMetadata() - Constructor for class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
HubSpotNewList - Class in org.mule.module.hubspot.model.list
 
HubSpotNewList() - Constructor for class org.mule.module.hubspot.model.list.HubSpotNewList
 
HubSpotWebResourceMethods - Enum in org.mule.module.hubspot.model
 

I

initialize() - Method in class org.mule.module.hubspot.HubSpotConnector
 
isEmpty() - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 

N

nextPage(ContactList) - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 

O

OAuthCredentials - Class in org.mule.module.hubspot.model
 
OAuthCredentials() - Constructor for class org.mule.module.hubspot.model.OAuthCredentials
 
org.mule.module.hubspot - package org.mule.module.hubspot
 
org.mule.module.hubspot.client - package org.mule.module.hubspot.client
 
org.mule.module.hubspot.client.impl - package org.mule.module.hubspot.client.impl
 
org.mule.module.hubspot.credential - package org.mule.module.hubspot.credential
 
org.mule.module.hubspot.exception - package org.mule.module.hubspot.exception
 
org.mule.module.hubspot.iterable - package org.mule.module.hubspot.iterable
 
org.mule.module.hubspot.model - package org.mule.module.hubspot.model
 
org.mule.module.hubspot.model.contact - package org.mule.module.hubspot.model.contact
 
org.mule.module.hubspot.model.contactproperty - package org.mule.module.hubspot.model.contactproperty
 
org.mule.module.hubspot.model.email - package org.mule.module.hubspot.model.email
 
org.mule.module.hubspot.model.list - package org.mule.module.hubspot.model.list
 
org.mule.module.hubspot.model.token - package org.mule.module.hubspot.model.token
 
org.mule.module.hubspot.serialization - package org.mule.module.hubspot.serialization
 

P

pageIterator(ContactList) - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 

R

refreshToken(HubSpotCredentialsManager, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
refreshToken(HubSpotCredentialsManager, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
RefreshTokenRequest - Class in org.mule.module.hubspot.model.token
 
RefreshTokenRequest() - Constructor for class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
RefreshTokenResponse - Class in org.mule.module.hubspot.model.token
 
RefreshTokenResponse() - Constructor for class org.mule.module.hubspot.model.token.RefreshTokenResponse
 

S

serialize(ContactProperties, JsonGenerator, SerializerProvider) - Method in class org.mule.module.hubspot.serialization.ContactJacksonSerializer
 
setAccessToken(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setAccessToken(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
setActive(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
setAddedAt(Long) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setAddress(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setAnnualrevenue(Long) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setBounced(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setCallbackUrl(String) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setCity(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setClientId(String) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setClientId(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setClientId(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
setClientsManager(HubSpotClientsManager) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setClosedate(Long) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setCompany(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setContactProperties(ContactProperties) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setContacts(List<Contact>) - Method in class org.mule.module.hubspot.model.contact.ContactList
 
setContacts(List<Contact>) - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
setContacts(Long) - Method in class org.mule.module.hubspot.model.contact.ContactStatistics
 
setCountry(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setCreatedAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setCreatedAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setCredentialsManager(HubSpotCredentialsManager) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setCredentias(OAuthCredentials) - Method in class org.mule.module.hubspot.credential.HubSpotCredentialsManager
Store the credentials for the user.
setCustomProperties(Map<String, String>) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setDeleted(Boolean) - Method in class org.mule.module.hubspot.model.contact.ContactDeleted
 
setDeleted(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setDeleted(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setDescription(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setDescription(String) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
setDiscarded(List<Integer>) - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToListResponse
 
setDisplayName(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
setDisplayOrder(Integer) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setDisplayOrder(Integer) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
setDisplayOrder(Integer) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
setDynamic(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setDynamic(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setEmail(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setEmail(String) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setError(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
setExpiresAt(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setExpiresIn(Long) - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
setFavorited(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setFavoritedOrder(Integer) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setFax(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setFieldType(CustomContactPropertyFieldType) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setFilters(List<List<HubSpotListFilter>>) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setFilters(List<HubSpotListFilter>) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilters
 
setFirstname(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setFormField(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setGrantType(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
setGroupName(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setHasMore(Boolean) - Method in class org.mule.module.hubspot.model.contact.ContactList
 
setHasMore(Boolean) - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
setHasMore(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
setHidden(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setHubId(String) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setHubId(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setId(Long) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
setId(Long) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusStatuses
 
setIdentities(List<ContactIdentity>) - Method in class org.mule.module.hubspot.model.contact.ContactIdentityProfiles
 
setIdentityProfiles(List<ContactIdentityProfiles>) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setIndustry(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setInternal(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setInternal(Boolean) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setInternalListId(Integer) - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
setInternalListId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setInternalListId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setJobtitle(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setLabel(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setLabel(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
setLastname(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setLastNewContactAt(Long) - Method in class org.mule.module.hubspot.model.contact.ContactStatistics
 
setLastProcessingStateChangeAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
setLastSizeChangeAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
setLifecyclestage(ContactPropertiesLifecycleStage) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setList(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
setListId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setListId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setListMemberships(List<ContactListMembership>) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setLists(List<HubSpotList>) - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
setMarkedAsSpam(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setMessage(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setMetaData(HubSpotListMetadata) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setMetaData(HubSpotListMetadata) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setMutableDefinitionNotDeletable(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setName(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setName(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
setName(String) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
setName(String) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setName(String) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setNumemployees(ContactPropertiesNumberOfEmployees) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setObjectStore(ObjectStore) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setOfflineScope(Boolean) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setOffset(Long) - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
setOffset(Integer) - Method in class org.mule.module.hubspot.model.list.HubSpotListLists
 
setOperator(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
setOptions(List<CustomContactPropertyOptions>) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setPhone(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setPortalId(Long) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setPortalId(Long) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
setPortalId(Long) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionDefinitions
 
setPortalId(Long) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setPortalId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setPortalId(String) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setPortalId(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
setProcessing(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
setProfileToken(String) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setProfileUrl(String) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setProperties(List<CustomContactProperty>) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyGroup
 
setProperty(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
setQuery(String) - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
setReadOnlyDefinition(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setReadOnlyValue(Boolean) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setRefreshToken(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setRefreshToken(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
setRefreshToken(String) - Method in class org.mule.module.hubspot.model.token.RefreshTokenResponse
 
setResults(Integer) - Method in class org.mule.module.hubspot.model.contact.ContactQuery
 
setSalutation(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setScope(String) - Method in class org.mule.module.hubspot.HubSpotConnector
 
setSize(Integer) - Method in class org.mule.module.hubspot.model.list.HubSpotListMetadata
 
setState(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setStatus(String) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusResult
 
setSubscribed(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setSubscribed(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusStatuses
 
setSubscriptionDefinitions(List<EmailSubscriptionDefinitions>) - Method in class org.mule.module.hubspot.model.email.EmailSubscription
 
setSubscriptionStatuses(List<EmailSubscriptionStatusStatuses>) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatus
 
setTimeOffset(Long) - Method in class org.mule.module.hubspot.model.contact.ContactList
 
setTimestamp(Long) - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
setTimestamp(Long) - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
setTwitterhandle(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setTwitterprofilephoto(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setType(String) - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
setType(CustomContactPropertyType) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactProperty
 
setType(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
setUnsubscribeFromAll(Boolean) - Method in class org.mule.module.hubspot.model.email.EmailSubscriptionStatusUnsuscribeFromAll
 
setUpdated(List<Integer>) - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToListResponse
 
setUpdatedAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotList
 
setUpdatedAt(Long) - Method in class org.mule.module.hubspot.model.list.HubSpotNewList
 
setUserId(String) - Method in class org.mule.module.hubspot.model.OAuthCredentials
 
setValue(String) - Method in class org.mule.module.hubspot.model.contact.ContactIdentity
 
setValue(String) - Method in class org.mule.module.hubspot.model.contactproperty.CustomContactPropertyOptions
 
setValue(String) - Method in class org.mule.module.hubspot.model.list.HubSpotListFilter
 
setVid(String) - Method in class org.mule.module.hubspot.model.contact.Contact
 
setVid(String) - Method in class org.mule.module.hubspot.model.contact.ContactDeleted
 
setVid(Long) - Method in class org.mule.module.hubspot.model.contact.ContactIdentityProfiles
 
setVid(Long) - Method in class org.mule.module.hubspot.model.contact.ContactListMembership
 
setVidOffset(Long) - Method in class org.mule.module.hubspot.model.contact.ContactList
 
setVids(List<Integer>) - Method in class org.mule.module.hubspot.model.list.HubSpotListAddContactToList
 
setWebsite(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
setZip(String) - Method in class org.mule.module.hubspot.model.contact.ContactProperties
 
size() - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 

T

toArray() - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 
toArray(Type[]) - Method in class org.mule.module.hubspot.iterable.GetRecentContactsCollection
 
toString() - Method in class org.mule.module.hubspot.model.token.RefreshTokenRequest
 
transformObjectToJson(Object) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
 

U

updateContact(String, String, String, ContactProperties) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
updateContact(String, String, String, ContactProperties) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
updateContact(String, String, ContactProperties) - Method in class org.mule.module.hubspot.HubSpotConnector
Update an existing contact in HubSpot.
updateCustomProperty(String, String, String, CustomContactProperty) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
updateCustomProperty(String, String, String, CustomContactProperty) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
updateCustomProperty(String, String, CustomContactProperty) - Method in class org.mule.module.hubspot.HubSpotConnector
Update an existing property in HubSpot.
updateCustomPropertyGroup(String, String, String, CustomContactPropertyGroup) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
updateCustomPropertyGroup(String, String, String, CustomContactPropertyGroup) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
updateCustomPropertyGroup(String, String, CustomContactPropertyGroup) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given portal, update a contact property group.
updateEmailSubscriptionStatus(String, String, String, String, List<EmailSubscriptionStatusStatuses>) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
updateEmailSubscriptionStatus(String, String, String, String, List<EmailSubscriptionStatusStatuses>) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
updateEmailSubscriptionStatus(String, String, String, List<EmailSubscriptionStatusStatuses>) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given email address and portal, update the email type subscription status.
updateEmailSubscriptionStatusUnsubscribeFromAll(String, String, String, String) - Method in interface org.mule.module.hubspot.client.HubSpotClient
 
updateEmailSubscriptionStatusUnsubscribeFromAll(String, String, String, String) - Method in class org.mule.module.hubspot.client.impl.HubSpotClientImpl
 
updateEmailSubscriptionStatusUnsubscribeFromAll(String, String, String) - Method in class org.mule.module.hubspot.HubSpotConnector
For a given email address and portal, update the email type subscription unsuscribing from all emails NOTE: it is only possible to opt email addresses OUT of subscription and there is NO UNDO for this operation.

V

valueOf(String) - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesLifecycleStage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyFieldType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.mule.module.hubspot.model.HubSpotWebResourceMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesLifecycleStage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.hubspot.model.contact.ContactPropertiesNumberOfEmployees
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyFieldType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.hubspot.model.contactproperty.CustomContactPropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.mule.module.hubspot.model.HubSpotWebResourceMethods
Returns an array containing the constants of this enum type, in the order they are declared.

W

webResourceGet(WebResource, String, HubSpotWebResourceMethods) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
 
webResourceGet(WebResource, String, HubSpotWebResourceMethods, String) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
 
webResourceGet(Class<T>, WebResource, String, HubSpotWebResourceMethods) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
Method used to eliminate boilerplate handling exceptions when calling get(String.class) from a WebResource
webResourceGet(Class<T>, WebResource, String, HubSpotWebResourceMethods, String) - Static method in class org.mule.module.hubspot.client.HubSpotClientUtils
 
A C D E F G H I N O P R S T U V W 

Copyright © 2010–2016. All rights reserved.