public class Step extends Resource
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
static StepFetcher |
fetcher(String pathFlowSid,
String pathEngagementSid,
String pathSid)
Create a StepFetcher to execute fetch.
|
static Step |
fromJson(InputStream json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON InputStream into a Step object using the provided
ObjectMapper.
|
static Step |
fromJson(String json,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Converts a JSON String into a Step object using the provided ObjectMapper.
|
String |
getAccountSid()
Returns The Account Sid..
|
Map<String,Object> |
getContext()
Returns The Nested resource URLs..
|
org.joda.time.DateTime |
getDateCreated()
Returns The The date this Step was created.
|
org.joda.time.DateTime |
getDateUpdated()
Returns The The date this Step was updated.
|
String |
getEngagementSid()
Returns The Engagement Sid..
|
String |
getFlowSid()
Returns The Flow Sid..
|
String |
getName()
Returns The The Widget that implemented this Step..
|
String |
getSid()
Returns The A string that uniquely identifies this Step..
|
String |
getTransitionedFrom()
Returns The The Widget that preceded the Widget for this Step..
|
String |
getTransitionedTo()
Returns The The Widget that will follow the Widget for this Step..
|
URI |
getUrl()
Returns The The URL of this resource..
|
int |
hashCode() |
static StepReader |
reader(String pathFlowSid,
String pathEngagementSid)
Create a StepReader to execute read.
|
String |
toString() |
public static StepReader reader(String pathFlowSid, String pathEngagementSid)
pathFlowSid
- Flow Sid.pathEngagementSid
- Engagement Sid.public static StepFetcher fetcher(String pathFlowSid, String pathEngagementSid, String pathSid)
pathFlowSid
- The flow_sidpathEngagementSid
- The engagement_sidpathSid
- The sidpublic static Step fromJson(String json, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
json
- Raw JSON StringobjectMapper
- Jackson ObjectMapperpublic static Step 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 getFlowSid()
public final String getEngagementSid()
public final String getName()
public final Map<String,Object> getContext()
public final String getTransitionedFrom()
public final String getTransitionedTo()
public final org.joda.time.DateTime getDateCreated()
public final org.joda.time.DateTime getDateUpdated()
public final URI getUrl()
Copyright © 2016 Twilio, Inc. All Rights Reserved.