Documentation

ManagementInterfaceApi

ManagementInterfaceApi 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
getDeviceManagementInterface()  : object
Operation getDeviceManagementInterface
getDeviceManagementInterfaceAsync()  : PromiseInterface
Operation getDeviceManagementInterfaceAsync
getDeviceManagementInterfaceAsyncWithHttpInfo()  : PromiseInterface
Operation getDeviceManagementInterfaceAsyncWithHttpInfo
getDeviceManagementInterfaceWithHttpInfo()  : array<string|int, mixed>
Operation getDeviceManagementInterfaceWithHttpInfo
updateDeviceManagementInterface()  : object
Operation updateDeviceManagementInterface
updateDeviceManagementInterfaceAsync()  : PromiseInterface
Operation updateDeviceManagementInterfaceAsync
updateDeviceManagementInterfaceAsyncWithHttpInfo()  : PromiseInterface
Operation updateDeviceManagementInterfaceAsyncWithHttpInfo
updateDeviceManagementInterfaceWithHttpInfo()  : array<string|int, mixed>
Operation updateDeviceManagementInterfaceWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getDeviceManagementInterfaceRequest()  : Request
Create request for operation 'getDeviceManagementInterface'
updateDeviceManagementInterfaceRequest()  : Request
Create request for operation 'updateDeviceManagementInterface'

Properties

Methods

getDeviceManagementInterface()

Operation getDeviceManagementInterface

public getDeviceManagementInterface(string $serial) : object

Return the management interface settings for a device

Parameters
$serial : string

serial (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getDeviceManagementInterfaceAsync()

Operation getDeviceManagementInterfaceAsync

public getDeviceManagementInterfaceAsync(string $serial) : PromiseInterface

Return the management interface settings for a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceManagementInterfaceAsyncWithHttpInfo()

Operation getDeviceManagementInterfaceAsyncWithHttpInfo

public getDeviceManagementInterfaceAsyncWithHttpInfo(string $serial) : PromiseInterface

Return the management interface settings for a device

Parameters
$serial : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getDeviceManagementInterfaceWithHttpInfo()

Operation getDeviceManagementInterfaceWithHttpInfo

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

Return the management interface settings for a device

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)

updateDeviceManagementInterface()

Operation updateDeviceManagementInterface

public updateDeviceManagementInterface(string $serial[, UpdateDeviceManagementInterface $update_device_management_interface = null ]) : object

Update the management interface settings for a device

Parameters
$serial : string

serial (required)

$update_device_management_interface : UpdateDeviceManagementInterface = null

update_device_management_interface (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateDeviceManagementInterfaceAsync()

Operation updateDeviceManagementInterfaceAsync

public updateDeviceManagementInterfaceAsync(string $serial[, UpdateDeviceManagementInterface $update_device_management_interface = null ]) : PromiseInterface

Update the management interface settings for a device

Parameters
$serial : string

(required)

$update_device_management_interface : UpdateDeviceManagementInterface = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceManagementInterfaceAsyncWithHttpInfo()

Operation updateDeviceManagementInterfaceAsyncWithHttpInfo

public updateDeviceManagementInterfaceAsyncWithHttpInfo(string $serial[, UpdateDeviceManagementInterface $update_device_management_interface = null ]) : PromiseInterface

Update the management interface settings for a device

Parameters
$serial : string

(required)

$update_device_management_interface : UpdateDeviceManagementInterface = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateDeviceManagementInterfaceWithHttpInfo()

Operation updateDeviceManagementInterfaceWithHttpInfo

public updateDeviceManagementInterfaceWithHttpInfo(string $serial[, UpdateDeviceManagementInterface $update_device_management_interface = null ]) : array<string|int, mixed>

Update the management interface settings for a device

Parameters
$serial : string

(required)

$update_device_management_interface : UpdateDeviceManagementInterface = 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

getDeviceManagementInterfaceRequest()

Create request for operation 'getDeviceManagementInterface'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateDeviceManagementInterfaceRequest()

Create request for operation 'updateDeviceManagementInterface'

protected updateDeviceManagementInterfaceRequest(string $serial[, UpdateDeviceManagementInterface $update_device_management_interface = null ]) : Request
Parameters
$serial : string

(required)

$update_device_management_interface : UpdateDeviceManagementInterface = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results