Package | Description |
---|---|
org.mule.module.hubspot | |
org.mule.module.hubspot.client | |
org.mule.module.hubspot.client.impl | |
org.mule.module.hubspot.model.contactproperty |
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotConnector.createCustomProperty(String userId,
CustomContactProperty contactProperty)
Create a new property in HubSpot.
|
CustomContactProperty |
HubSpotConnector.updateCustomProperty(String userId,
String propertyName,
CustomContactProperty contactProperty)
Update an existing property in HubSpot.
|
Modifier and Type | Method and Description |
---|---|
List<CustomContactProperty> |
HubSpotConnector.getAllCustomProperties(String userId)
Properties in HubSpot are fields that have been created.
|
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotConnector.createCustomProperty(String userId,
CustomContactProperty contactProperty)
Create a new property in HubSpot.
|
CustomContactProperty |
HubSpotConnector.updateCustomProperty(String userId,
String propertyName,
CustomContactProperty contactProperty)
Update an existing property in HubSpot.
|
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotClient.createCustomProperty(String accessToken,
String userId,
CustomContactProperty contactProperty) |
CustomContactProperty |
HubSpotClient.updateCustomProperty(String accessToken,
String userId,
String propertyName,
CustomContactProperty contactProperty) |
Modifier and Type | Method and Description |
---|---|
List<CustomContactProperty> |
HubSpotClient.getAllCustomProperties(String accessToken,
String userId) |
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotClient.createCustomProperty(String accessToken,
String userId,
CustomContactProperty contactProperty) |
CustomContactProperty |
HubSpotClient.updateCustomProperty(String accessToken,
String userId,
String propertyName,
CustomContactProperty contactProperty) |
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotClientImpl.createCustomProperty(String accessToken,
String userId,
CustomContactProperty contactProperty) |
CustomContactProperty |
HubSpotClientImpl.updateCustomProperty(String accessToken,
String userId,
String propertyName,
CustomContactProperty contactProperty) |
Modifier and Type | Method and Description |
---|---|
List<CustomContactProperty> |
HubSpotClientImpl.getAllCustomProperties(String accessToken,
String userId) |
Modifier and Type | Method and Description |
---|---|
CustomContactProperty |
HubSpotClientImpl.createCustomProperty(String accessToken,
String userId,
CustomContactProperty contactProperty) |
CustomContactProperty |
HubSpotClientImpl.updateCustomProperty(String accessToken,
String userId,
String propertyName,
CustomContactProperty contactProperty) |
Modifier and Type | Method and Description |
---|---|
List<CustomContactProperty> |
CustomContactPropertyGroup.getProperties() |
Modifier and Type | Method and Description |
---|---|
void |
CustomContactPropertyGroup.setProperties(List<CustomContactProperty> properties) |
Copyright © 2010–2016. All rights reserved.