Constructor and Description |
---|
WorkflowReader(String workspaceSid)
Construct a new WorkflowReader.
|
Modifier and Type | Method and Description |
---|---|
WorkflowReader |
byFriendlyName(String friendlyName)
The friendly_name.
|
ResourceSet<Workflow> |
execute(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workflow> |
firstPage(TwilioRestClient client)
Make the request to the Twilio API to perform the read.
|
Page<Workflow> |
nextPage(Page<Workflow> page,
TwilioRestClient client)
Retrieve the next page from the Twilio API.
|
public WorkflowReader(String workspaceSid)
workspaceSid
- The workspace_sidpublic WorkflowReader byFriendlyName(String friendlyName)
friendlyName
- The friendly_namepublic ResourceSet<Workflow> execute(TwilioRestClient client)
public Page<Workflow> firstPage(TwilioRestClient client)
Copyright © 2011 Twilio, Inc. All Rights Reserved.