Package com.twilio.rest.conversations.v1
Class Configuration
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.conversations.v1.Configuration
-
- All Implemented Interfaces:
Serializable
public class Configuration extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)static ConfigurationFetcherfetcher()static ConfigurationfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a Configuration object using the provided ObjectMapper.static ConfigurationfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a Configuration object using the provided ObjectMapper.StringgetAccountSid()StringgetDefaultChatServiceSid()StringgetDefaultClosedTimer()StringgetDefaultInactiveTimer()StringgetDefaultMessagingServiceSid()Map<String,String>getLinks()URIgetUrl()inthashCode()static ConfigurationUpdaterupdater()
-
-
-
Method Detail
-
fetcher
public static ConfigurationFetcher fetcher()
-
updater
public static ConfigurationUpdater updater()
-
fromJson
public static Configuration fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Configuration object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- Configuration object represented by the provided JSON
-
fromJson
public static Configuration fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Configuration object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- Configuration object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getDefaultChatServiceSid
public final String getDefaultChatServiceSid()
-
getDefaultMessagingServiceSid
public final String getDefaultMessagingServiceSid()
-
getDefaultInactiveTimer
public final String getDefaultInactiveTimer()
-
getDefaultClosedTimer
public final String getDefaultClosedTimer()
-
getUrl
public final URI getUrl()
-
-