Twilio\Rest\Trunking\V1\Trunk\PhoneNumberList

Synopsis

class PhoneNumberList extends ListResource {
  • // Inherited members from ListResource
  • protected  $version;
  • protected array $solution;
  • protected  $uri;
}

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

  • __construct() — Construct the PhoneNumberList
  • __toString() — Provide a friendly representation
  • create() — Create the PhoneNumberInstance
  • getContext() — Constructs a PhoneNumberContext
  • getPage() — Retrieve a specific page of PhoneNumberInstance records from the API.
  • page() — Retrieve a single page of PhoneNumberInstance records from the API.
  • read() — Reads PhoneNumberInstance records from the API as a list.
  • stream() — Streams PhoneNumberInstance records from the API as a generator stream.

Inherited from Twilio\ListResource

public