public class StyleSheet extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static StyleSheetFetcher |
fetcher(String pathAssistantSid)
Create a StyleSheetFetcher to execute fetch.
|
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()
Returns The unique ID of the Account that created this Assistant.
|
String |
getAssistantSid()
Returns The unique ID of the Assistant.
|
Map<String,Object> |
getData()
Returns The JSON style sheet object.
|
URI |
getUrl()
Returns The url.
|
int |
hashCode() |
static StyleSheetUpdater |
updater(String pathAssistantSid)
Create a StyleSheetUpdater to execute update.
|
public static StyleSheetFetcher fetcher(String pathAssistantSid)
pathAssistantSid
- The unique ID of the Assistantpublic static StyleSheetUpdater updater(String pathAssistantSid)
pathAssistantSid
- The unique ID of the Assistantpublic static StyleSheet fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static StyleSheet fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON InputStreamobjectMapper
- Jackson ObjectMapperpublic final String getAccountSid()
public final String getAssistantSid()
public final URI getUrl()
public final Map<String,Object> getData()
Copyright © 2019 Twilio, Inc. All Rights Reserved.