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