Twilio\Rest\Preview\HostedNumbers\HostedNumberOrderList

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

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

Inherited from Twilio\ListResource

public