Package | Description |
---|---|
org.mule.module.hubspot.client | |
org.mule.module.hubspot.model |
Modifier and Type | Method and Description |
---|---|
static <T> T |
HubSpotClientUtils.webResourceGet(Class<T> type,
com.sun.jersey.api.client.WebResource wr,
String userId,
HubSpotWebResourceMethods method)
Method used to eliminate boilerplate handling exceptions when calling get(String.class) from a WebResource
|
static <T> T |
HubSpotClientUtils.webResourceGet(Class<T> type,
com.sun.jersey.api.client.WebResource wr,
String userId,
HubSpotWebResourceMethods method,
String requestBody) |
static String |
HubSpotClientUtils.webResourceGet(com.sun.jersey.api.client.WebResource wr,
String userId,
HubSpotWebResourceMethods method) |
static String |
HubSpotClientUtils.webResourceGet(com.sun.jersey.api.client.WebResource wr,
String userId,
HubSpotWebResourceMethods method,
String requestBody) |
Modifier and Type | Method and Description |
---|---|
static HubSpotWebResourceMethods |
HubSpotWebResourceMethods.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubSpotWebResourceMethods[] |
HubSpotWebResourceMethods.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2016. All rights reserved.