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