\Cloudonix\DatamodelsTrunks

Cloudonix API.Core Client - Trunks Datamodel CRUD Interface

Summary

Methods
Properties
Constants
__construct()
create()
update()
get()
delete()
createApikey()
updateApikey()
deleteApikey()
getApikeys()
$client
$name
$id
No constants found
No protected methods found
$trunkGetter
$trunkSetter
N/A
No private methods found
No private properties found
N/A

Properties

$client

$client : 

Type

$name

$name : 

Type

$id

$id : 

Type

$trunkGetter

$trunkGetter : 

Type

$trunkSetter

$trunkSetter : 

Type

Methods

__construct()

__construct(\Cloudonix\Client  $client) 

Parameters

\Cloudonix\Client $client

get()

get() : \Cloudonix\Helpers\TrunkGetter

Retrieve trunk information

Returns

\Cloudonix\Helpers\TrunkGetter

The trunk (or list of) object (or objects)

createApikey()

createApikey() : boolean

Create a new API key in the data model - Not Applicable

Returns

boolean

updateApikey()

updateApikey() : boolean

Update an existing API key object in the data model - Not Applicable

Returns

boolean

deleteApikey()

deleteApikey() : boolean

Delete an existing API key object from the data model - Not Applicable

Returns

boolean

getApikeys()

getApikeys() : boolean

Get a list of currently available API keys in the data model - Not Applicable

Returns

boolean