Package | Description |
---|---|
com.twilio.sdk.reader.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
CallReader |
CallReader.byEndTime(String endTime)
Only show call that ended on this date.
|
CallReader |
CallReader.byFrom(PhoneNumber from)
Only show calls from this phone number or Client identifier.
|
CallReader |
CallReader.byParentCallSid(String parentCallSid)
Only show calls spawned by the call with this Sid.
|
CallReader |
CallReader.byStartTime(String startTime)
Only show calls that started on this date.
|
CallReader |
CallReader.byStatus(Call.Status status)
Only show calls currently in this status.
|
CallReader |
CallReader.byTo(PhoneNumber to)
Only show calls to this phone number or Client identifier.
|
Modifier and Type | Method and Description |
---|---|
static CallReader |
Call.read(String accountSid)
Create a CallReader to execute read.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.