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