Overview

Namespaces

  • Angelfon
    • SDK
      • Exceptions
      • Http
      • Rest
        • Api
          • V099
            • User

Classes

  • CallContext
  • CallInstance
  • CallList
  • CallOptions
  • CallPage
  • CreateCallOptions
  • CreateSmsOptions
  • ReadCallOptions
  • ReadSmsOptions
  • SmsContext
  • SmsInstance
  • SmsList
  • SmsOptions
  • SmsPage
  • Overview
  • Namespace
  • Class

Class ReadCallOptions

Angelfon\SDK\Options implements IteratorAggregate
Extended by Angelfon\SDK\Rest\Api\V099\User\ReadCallOptions
Namespace: Angelfon\SDK\Rest\Api\V099\User
Located at Rest/Api/V099/User/CallOptions.php
Methods summary
public
# __construct( string $recipient = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $batchId = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $startedBefore = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $startedAfter = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $scheduledBefore = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $scheduledAfter = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, string $callFrom = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, integer $status = Angelfon\SDK\Rest\Api\V099\User\Values::NONE, integer $answer = Angelfon\SDK\Rest\Api\V099\User\Values::NONE )

Parameters

$recipient
The phone number to filter the results
$batchId
Returns only calls in this batch
$startedBefore
Returns calls started before the date time specified
$startedAfter
Returns calls started after the date time specified
$scheduledBefore
Returns calls scheduled before the date time specified
$scheduledAfter
Returns calls scheduled after the date time specified
$callFrom
Filters by phone number used to make the call
$status
Filter by call status
$answer
Filter by call answer
public
# setRecipient( $recipient )
public
# setBatchId( $batchId )
public
# setStartedBefore( $datetime )
public
# setStartedAfter( $datetime )
public
# setScheduledBefore( $datetime )
public
# setScheduledAfter( $datetime )
public
# setCallFrom( $callFrom )
public
# setStatus( $status )
public
# setAnswer( $answer )
Methods inherited from Angelfon\SDK\Options
getIterator()
Properties inherited from Angelfon\SDK\Options
$options
API documentation generated by ApiGen