public class BaseHubspotConfig
extends io.cdap.plugin.common.ReferencePluginConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
API_SERVER_URL |
String |
apiServerUrl |
static String |
AUTHORIZATION_TOKEN |
String |
authToken |
static String |
DEFAULT_API_SERVER_URL |
static String |
OBJECT_TYPE |
String |
objectType |
| Constructor and Description |
|---|
BaseHubspotConfig(String referenceName) |
BaseHubspotConfig(String referenceName,
String apiServerUrl,
String objectType,
String authToken)
Constructor for BaseHubspotConfig object.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getApiServerUrl()
Returns the string as an api server url.
|
ObjectType |
getObjectType() |
public static final String API_SERVER_URL
public static final String OBJECT_TYPE
public static final String AUTHORIZATION_TOKEN
public static final String DEFAULT_API_SERVER_URL
public String objectType
public String authToken
public BaseHubspotConfig(String referenceName)
public BaseHubspotConfig(String referenceName, String apiServerUrl, String objectType, String authToken)
referenceName - the reference nameapiServerUrl - the api server url of hub spotobjectType - the object typeauthToken - the private app auth tokenpublic ObjectType getObjectType()
public String getApiServerUrl()
Copyright © 2022. All rights reserved.