| Package | Description |
|---|---|
| com.twilio.rest.api.v2010.account |
| Modifier and Type | Method and Description |
|---|---|
static CallReader |
Call.reader()
Create a CallReader to execute read.
|
static CallReader |
Call.reader(String pathAccountSid)
Create a CallReader to execute read.
|
CallReader |
CallReader.setEndTime(org.joda.time.DateTime absoluteEndTime)
Only show call that ended on this date.
|
CallReader |
CallReader.setEndTime(com.google.common.collect.Range<org.joda.time.DateTime> rangeEndTime)
Only show call that ended on this date.
|
CallReader |
CallReader.setFrom(PhoneNumber from)
Only show calls from this phone number or Client identifier.
|
CallReader |
CallReader.setFrom(String from)
Only show calls from this phone number or Client identifier.
|
CallReader |
CallReader.setParentCallSid(String parentCallSid)
Only show calls spawned by the call with this Sid.
|
CallReader |
CallReader.setStartTime(org.joda.time.DateTime absoluteStartTime)
Only show calls that started on this date.
|
CallReader |
CallReader.setStartTime(com.google.common.collect.Range<org.joda.time.DateTime> rangeStartTime)
Only show calls that started on this date.
|
CallReader |
CallReader.setStatus(Call.Status status)
Only show calls currently in this status.
|
CallReader |
CallReader.setTo(PhoneNumber to)
Only show calls to this phone number or Client identifier.
|
CallReader |
CallReader.setTo(String to)
Only show calls to this phone number or Client identifier.
|
Copyright © 2016 Twilio, Inc. All Rights Reserved.