Twilio\Rest\Proxy\V1\Service\SessionList
Synopsis
class SessionList
extends ListResource
{
- // Inherited members from ListResource
- protected $version;
- protected array $solution;
- protected $uri;
- // methods
- public void __construct()
- public SessionInstance create()
- public array read()
- public Stream stream()
- public SessionPage page()
- public SessionPage getPage()
- public SessionContext getContext()
- public string __toString()
- // Inherited methods from ListResource
- public void __construct()
- public void __toString()
Hierarchy
Extends
Members
protected
- $solution
- $uri
- $version
Methods
public
- __construct() — Construct the SessionList
- __toString() — Provide a friendly representation
- create() — Create the SessionInstance
- getContext() — Constructs a SessionContext
- getPage() — Retrieve a specific page of SessionInstance records from the API.
- page() — Retrieve a single page of SessionInstance records from the API.
- read() — Reads SessionInstance records from the API as a list.
- stream() — Streams SessionInstance records from the API as a generator stream.