Documentation

QualityAndRetentionApi

QualityAndRetentionApi Class Doc Comment

Tags
category

Class

author

Swagger Codegen team

link
https://github.com/swagger-api/swagger-codegen

Table of Contents

$client  : ClientInterface
$config  : Configuration
$headerSelector  : HeaderSelector
__construct()  : mixed
getConfig()  : Configuration
getDeviceCameraQualityAndRetention()  : object
Operation getDeviceCameraQualityAndRetention
getDeviceCameraQualityAndRetentionAsync()  : PromiseInterface
Operation getDeviceCameraQualityAndRetentionAsync
getDeviceCameraQualityAndRetentionAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceCameraQualityAndRetentionAsyncWithHttpInfo
getDeviceCameraQualityAndRetentionWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceCameraQualityAndRetentionWithHttpInfo
updateDeviceCameraQualityAndRetention()  : object
Operation updateDeviceCameraQualityAndRetention
updateDeviceCameraQualityAndRetentionAsync()  : PromiseInterface
Operation updateDeviceCameraQualityAndRetentionAsync
updateDeviceCameraQualityAndRetentionAsyncWithHttpInfo()  : PromiseInterface
Operation updateDeviceCameraQualityAndRetentionAsyncWithHttpInfo
updateDeviceCameraQualityAndRetentionWithHttpInfo()  : array<string|int, mixed>
Operation updateDeviceCameraQualityAndRetentionWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceCameraQualityAndRetentionRequest()  : Request
Create request for operation 'getDeviceCameraQualityAndRetention'
updateDeviceCameraQualityAndRetentionRequest()  : Request
Create request for operation 'updateDeviceCameraQualityAndRetention'

Properties

Methods

getDeviceCameraQualityAndRetention()

Operation getDeviceCameraQualityAndRetention

public getDeviceCameraQualityAndRetention(string $serial) : object

Returns quality and retention settings for the given camera

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceCameraQualityAndRetentionAsync()

Operation getDeviceCameraQualityAndRetentionAsync

public getDeviceCameraQualityAndRetentionAsync(string $serial) : PromiseInterface

Returns quality and retention settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraQualityAndRetentionAsyncWithHttpInfo()

Operation getDeviceCameraQualityAndRetentionAsyncWithHttpInfo

public getDeviceCameraQualityAndRetentionAsyncWithHttpInfo(string $serial) : PromiseInterface

Returns quality and retention settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceCameraQualityAndRetentionWithHttpInfo()

Operation getDeviceCameraQualityAndRetentionWithHttpInfo

public getDeviceCameraQualityAndRetentionWithHttpInfo(string $serial) : array<string|int, mixed>

Returns quality and retention settings for the given camera

Parameters
$serial : string

(required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

updateDeviceCameraQualityAndRetention()

Operation updateDeviceCameraQualityAndRetention

public updateDeviceCameraQualityAndRetention(string $serial[, UpdateDeviceCameraQualityAndRetention $update_device_camera_quality_and_retention = null ]) : object

Update quality and retention settings for the given camera

Parameters
$serial : string

serial (required)

$update_device_camera_quality_and_retention : UpdateDeviceCameraQualityAndRetention = null

update_device_camera_quality_and_retention (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateDeviceCameraQualityAndRetentionAsync()

Operation updateDeviceCameraQualityAndRetentionAsync

public updateDeviceCameraQualityAndRetentionAsync(string $serial[, UpdateDeviceCameraQualityAndRetention $update_device_camera_quality_and_retention = null ]) : PromiseInterface

Update quality and retention settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_quality_and_retention : UpdateDeviceCameraQualityAndRetention = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCameraQualityAndRetentionAsyncWithHttpInfo()

Operation updateDeviceCameraQualityAndRetentionAsyncWithHttpInfo

public updateDeviceCameraQualityAndRetentionAsyncWithHttpInfo(string $serial[, UpdateDeviceCameraQualityAndRetention $update_device_camera_quality_and_retention = null ]) : PromiseInterface

Update quality and retention settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_quality_and_retention : UpdateDeviceCameraQualityAndRetention = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceCameraQualityAndRetentionWithHttpInfo()

Operation updateDeviceCameraQualityAndRetentionWithHttpInfo

public updateDeviceCameraQualityAndRetentionWithHttpInfo(string $serial[, UpdateDeviceCameraQualityAndRetention $update_device_camera_quality_and_retention = null ]) : array<string|int, mixed>

Update quality and retention settings for the given camera

Parameters
$serial : string

(required)

$update_device_camera_quality_and_retention : UpdateDeviceCameraQualityAndRetention = null

(optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
array<string|int, mixed>

of object, HTTP status code, HTTP response headers (array of strings)

createHttpClientOption()

Create http client option

protected createHttpClientOption() : array<string|int, mixed>
Tags
throws
RuntimeException

on file opening failure

Return values
array<string|int, mixed>

of http client options

getDeviceCameraQualityAndRetentionRequest()

Create request for operation 'getDeviceCameraQualityAndRetention'

protected getDeviceCameraQualityAndRetentionRequest(string $serial) : Request
Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateDeviceCameraQualityAndRetentionRequest()

Create request for operation 'updateDeviceCameraQualityAndRetention'

protected updateDeviceCameraQualityAndRetentionRequest(string $serial[, UpdateDeviceCameraQualityAndRetention $update_device_camera_quality_and_retention = null ]) : Request
Parameters
$serial : string

(required)

$update_device_camera_quality_and_retention : UpdateDeviceCameraQualityAndRetention = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results