public class ExportConfiguration extends Resource
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static ExportConfigurationFetcher |
fetcher(String pathResourceType)
Create a ExportConfigurationFetcher to execute fetch.
|
static ExportConfiguration |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a ExportConfiguration object using the
provided ObjectMapper.
|
static ExportConfiguration |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a ExportConfiguration object using the provided
ObjectMapper.
|
Boolean |
getEnabled()
Returns The The enabled.
|
String |
getResourceType()
Returns The The resource_type.
|
URI |
getUrl()
Returns The The url.
|
String |
getWebhookMethod()
Returns The The webhook_method.
|
URI |
getWebhookUrl()
Returns The The webhook_url.
|
int |
hashCode() |
String |
toString() |
static ExportConfigurationUpdater |
updater(String pathResourceType)
Create a ExportConfigurationUpdater to execute update.
|
public static ExportConfigurationFetcher fetcher(String pathResourceType)
pathResourceType - The resource_typepublic static ExportConfigurationUpdater updater(String pathResourceType)
pathResourceType - The resource_typepublic static ExportConfiguration fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static ExportConfiguration fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final Boolean getEnabled()
public final URI getWebhookUrl()
public final String getWebhookMethod()
public final String getResourceType()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.