Documentation

SoftwaresApi

SoftwaresApi 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
getNetworkSmDeviceSoftwares()  : object
Operation getNetworkSmDeviceSoftwares
getNetworkSmDeviceSoftwaresAsync()  : PromiseInterface
Operation getNetworkSmDeviceSoftwaresAsync
getNetworkSmDeviceSoftwaresAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceSoftwaresAsyncWithHttpInfo
getNetworkSmDeviceSoftwaresWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceSoftwaresWithHttpInfo
getNetworkSmUserSoftwares()  : object
Operation getNetworkSmUserSoftwares
getNetworkSmUserSoftwaresAsync()  : PromiseInterface
Operation getNetworkSmUserSoftwaresAsync
getNetworkSmUserSoftwaresAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmUserSoftwaresAsyncWithHttpInfo
getNetworkSmUserSoftwaresWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmUserSoftwaresWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceSoftwaresRequest()  : Request
Create request for operation 'getNetworkSmDeviceSoftwares'
getNetworkSmUserSoftwaresRequest()  : Request
Create request for operation 'getNetworkSmUserSoftwares'

Properties

Methods

getNetworkSmDeviceSoftwares()

Operation getNetworkSmDeviceSoftwares

public getNetworkSmDeviceSoftwares(string $network_id, string $device_id) : object

Get a list of softwares associated with a device

Parameters
$network_id : string

network_id (required)

$device_id : string

device_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmDeviceSoftwaresAsync()

Operation getNetworkSmDeviceSoftwaresAsync

public getNetworkSmDeviceSoftwaresAsync(string $network_id, string $device_id) : PromiseInterface

Get a list of softwares associated with a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceSoftwaresAsyncWithHttpInfo()

Operation getNetworkSmDeviceSoftwaresAsyncWithHttpInfo

public getNetworkSmDeviceSoftwaresAsyncWithHttpInfo(string $network_id, string $device_id) : PromiseInterface

Get a list of softwares associated with a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceSoftwaresWithHttpInfo()

Operation getNetworkSmDeviceSoftwaresWithHttpInfo

public getNetworkSmDeviceSoftwaresWithHttpInfo(string $network_id, string $device_id) : array<string|int, mixed>

Get a list of softwares associated with a device

Parameters
$network_id : string

(required)

$device_id : 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)

getNetworkSmUserSoftwares()

Operation getNetworkSmUserSoftwares

public getNetworkSmUserSoftwares(string $network_id, string $user_id) : object

Get a list of softwares associated with a user

Parameters
$network_id : string

network_id (required)

$user_id : string

user_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkSmUserSoftwaresAsync()

Operation getNetworkSmUserSoftwaresAsync

public getNetworkSmUserSoftwaresAsync(string $network_id, string $user_id) : PromiseInterface

Get a list of softwares associated with a user

Parameters
$network_id : string

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserSoftwaresAsyncWithHttpInfo()

Operation getNetworkSmUserSoftwaresAsyncWithHttpInfo

public getNetworkSmUserSoftwaresAsyncWithHttpInfo(string $network_id, string $user_id) : PromiseInterface

Get a list of softwares associated with a user

Parameters
$network_id : string

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserSoftwaresWithHttpInfo()

Operation getNetworkSmUserSoftwaresWithHttpInfo

public getNetworkSmUserSoftwaresWithHttpInfo(string $network_id, string $user_id) : array<string|int, mixed>

Get a list of softwares associated with a user

Parameters
$network_id : string

(required)

$user_id : 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)

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

getNetworkSmDeviceSoftwaresRequest()

Create request for operation 'getNetworkSmDeviceSoftwares'

protected getNetworkSmDeviceSoftwaresRequest(string $network_id, string $device_id) : Request
Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSmUserSoftwaresRequest()

Create request for operation 'getNetworkSmUserSoftwares'

protected getNetworkSmUserSoftwaresRequest(string $network_id, string $user_id) : Request
Parameters
$network_id : string

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results