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