public class Flow extends Resource
| Modifier and Type | Class and Description |
|---|---|
static class |
Flow.Status |
| Modifier and Type | Method and Description |
|---|---|
static FlowDeleter |
deleter(String pathSid)
Create a FlowDeleter to execute delete.
|
boolean |
equals(Object o) |
static FlowFetcher |
fetcher(String pathSid)
Create a FlowFetcher to execute fetch.
|
static Flow |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Flow object using the provided
ObjectMapper.
|
static Flow |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Flow object using the provided ObjectMapper.
|
String |
getAccountSid()
Returns The Account Sid..
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this Flow was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this Flow was updated.
|
Boolean |
getDebug()
Returns The Toggle extra logging..
|
String |
getFriendlyName()
Returns The A human readable description of this resource..
|
Map<String,String> |
getLinks()
Returns The Nested resource URLs..
|
String |
getSid()
Returns The A string that uniquely identifies this Flow..
|
Flow.Status |
getStatus()
Returns The The Status of this Flow.
|
URI |
getUrl()
Returns The The URL of this resource..
|
Integer |
getVersion()
Returns The The latest version number of this Flow's definition..
|
int |
hashCode() |
static FlowReader |
reader()
Create a FlowReader to execute read.
|
String |
toString() |
public static FlowReader reader()
public static FlowFetcher fetcher(String pathSid)
pathSid - The sidpublic static FlowDeleter deleter(String pathSid)
pathSid - A string that uniquely identifies this Flow.public static Flow fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON StringobjectMapper - Jackson ObjectMapperpublic static Flow fromJson(InputStream json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json - Raw JSON InputStreamobjectMapper - Jackson ObjectMapperpublic final String getSid()
public final String getAccountSid()
public final String getFriendlyName()
public final Flow.Status getStatus()
public final Boolean getDebug()
public final Integer getVersion()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final URI getUrl()
public final Map<String,String> getLinks()
Copyright © 2016 Twilio, Inc. All Rights Reserved.