Class TaskActions
- java.lang.Object
-
- com.twilio.base.Resource
-
- com.twilio.rest.preview.understand.assistant.task.TaskActions
-
- All Implemented Interfaces:
Serializable
public class TaskActions 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 TaskActionsFetcherfetcher(String pathAssistantSid, String pathTaskSid)static TaskActionsfromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON InputStream into a TaskActions object using the provided ObjectMapper.static TaskActionsfromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)Converts a JSON String into a TaskActions object using the provided ObjectMapper.StringgetAccountSid()StringgetAssistantSid()Map<String,Object>getData()StringgetTaskSid()URIgetUrl()inthashCode()static TaskActionsUpdaterupdater(String pathAssistantSid, String pathTaskSid)
-
-
-
Method Detail
-
fetcher
public static TaskActionsFetcher fetcher(String pathAssistantSid, String pathTaskSid)
-
updater
public static TaskActionsUpdater updater(String pathAssistantSid, String pathTaskSid)
-
fromJson
public static TaskActions fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a TaskActions object using the provided ObjectMapper.- Parameters:
json- Raw JSON StringobjectMapper- Jackson ObjectMapper- Returns:
- TaskActions object represented by the provided JSON
-
fromJson
public static TaskActions fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a TaskActions object using the provided ObjectMapper.- Parameters:
json- Raw JSON InputStreamobjectMapper- Jackson ObjectMapper- Returns:
- TaskActions object represented by the provided JSON
-
getAccountSid
public final String getAccountSid()
-
getAssistantSid
public final String getAssistantSid()
-
getTaskSid
public final String getTaskSid()
-
getUrl
public final URI getUrl()
-
-