Twilio\Rest\Events\V1\SubscriptionList
Synopsis
class SubscriptionList
extends ListResource
{
- // Inherited members from ListResource
- protected $version;
- protected array $solution;
- protected $uri;
- // methods
- public void __construct()
- public SubscriptionInstance create()
- public array read()
- public Stream stream()
- public SubscriptionPage page()
- public SubscriptionPage getPage()
- public SubscriptionContext 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 SubscriptionList
- __toString() — Provide a friendly representation
- create() — Create the SubscriptionInstance
- getContext() — Constructs a SubscriptionContext
- getPage() — Retrieve a specific page of SubscriptionInstance records from the API.
- page() — Retrieve a single page of SubscriptionInstance records from the API.
- read() — Reads SubscriptionInstance records from the API as a list.
- stream() — Streams SubscriptionInstance records from the API as a generator stream.