Twilio\Rest\Api\V2010\Account\ReadConferenceOptions
Synopsis
class ReadConferenceOptions
extends Options
{
- // Inherited members from Options
- protected array $options;
- // methods
- public void __construct()
- public ReadConferenceOptions setDateCreatedBefore()
- public ReadConferenceOptions setDateCreated()
- public ReadConferenceOptions setDateCreatedAfter()
- public ReadConferenceOptions setDateUpdatedBefore()
- public ReadConferenceOptions setDateUpdated()
- public ReadConferenceOptions setDateUpdatedAfter()
- public ReadConferenceOptions setFriendlyName()
- public ReadConferenceOptions setStatus()
- public string __toString()
- // Inherited methods from Options
- public void getIterator()
Hierarchy
Extends
Members
protected
- $options
Methods
public
- __construct()
- __toString() — Provide a friendly representation
- setDateCreated() — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that started on or after midnight on a date, use `>=YYYY-MM-DD`.
- setDateCreatedAfter() — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that started on or after midnight on a date, use `>=YYYY-MM-DD`.
- setDateCreatedBefore() — The `date_created` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that started on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that started on or after midnight on a date, use `>=YYYY-MM-DD`.
- setDateUpdated() — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that were last updated on or after midnight on a given date, use `>=YYYY-MM-DD`.
- setDateUpdatedAfter() — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that were last updated on or after midnight on a given date, use `>=YYYY-MM-DD`.
- setDateUpdatedBefore() — The `date_updated` value, specified as `YYYY-MM-DD`, of the resources to read. To read conferences that were last updated on or before midnight on a date, use `<=YYYY-MM-DD`, and to specify conferences that were last updated on or after midnight on a given date, use `>=YYYY-MM-DD`.
- setFriendlyName() — The string that identifies the Conference resources to read.
- setStatus() — The status of the resources to read. Can be: `init`, `in-progress`, or `completed`.