Class StyleSheet
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.autopilot.v1.assistant.StyleSheet
-
- All Implemented Interfaces:
Serializable
public class StyleSheet extends Resource
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
static StyleSheetFetcher
fetcher(String pathAssistantSid)
static StyleSheet
fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a StyleSheet object using the provided ObjectMapper.static StyleSheet
fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a StyleSheet object using the provided ObjectMapper.String
getAccountSid()
String
getAssistantSid()
Map<String,Object>
getData()
URI
getUrl()
int
hashCode()
static StyleSheetUpdater
updater(String pathAssistantSid)
-
-
-
Method Detail
-
fetcher
public static StyleSheetFetcher fetcher(String pathAssistantSid)
-
updater
public static StyleSheetUpdater updater(String pathAssistantSid)
-
fromJson
public static StyleSheet fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a StyleSheet object using the provided ObjectMapper.- Parameters:
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapper- Returns:
- StyleSheet object represented by the provided JSON
-
fromJson
public static StyleSheet fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a StyleSheet object using the provided ObjectMapper.- Parameters:
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapper- Returns:
- StyleSheet object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getAssistantSid
public final String getAssistantSid()
-
getUrl
public final URI getUrl()
-
-