Twilio\Rest\Verify\V2\Service\EntityList

Synopsis

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

Hierarchy

Members

protected

  • $solution
  • $uri
  • $version

Methods

public

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

Inherited from Twilio\ListResource

public