Documentation

DeviceProfilesApi

DeviceProfilesApi 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
getNetworkSmDeviceDeviceProfiles()  : object
Operation getNetworkSmDeviceDeviceProfiles
getNetworkSmDeviceDeviceProfilesAsync()  : PromiseInterface
Operation getNetworkSmDeviceDeviceProfilesAsync
getNetworkSmDeviceDeviceProfilesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceDeviceProfilesAsyncWithHttpInfo
getNetworkSmDeviceDeviceProfilesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceDeviceProfilesWithHttpInfo
getNetworkSmUserDeviceProfiles()  : object
Operation getNetworkSmUserDeviceProfiles
getNetworkSmUserDeviceProfilesAsync()  : PromiseInterface
Operation getNetworkSmUserDeviceProfilesAsync
getNetworkSmUserDeviceProfilesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmUserDeviceProfilesAsyncWithHttpInfo
getNetworkSmUserDeviceProfilesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmUserDeviceProfilesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceDeviceProfilesRequest()  : Request
Create request for operation 'getNetworkSmDeviceDeviceProfiles'
getNetworkSmUserDeviceProfilesRequest()  : Request
Create request for operation 'getNetworkSmUserDeviceProfiles'

Properties

Methods

getNetworkSmDeviceDeviceProfiles()

Operation getNetworkSmDeviceDeviceProfiles

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

Get the profiles 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

getNetworkSmDeviceDeviceProfilesAsync()

Operation getNetworkSmDeviceDeviceProfilesAsync

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

Get the profiles associated with a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceDeviceProfilesAsyncWithHttpInfo()

Operation getNetworkSmDeviceDeviceProfilesAsyncWithHttpInfo

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

Get the profiles associated with a device

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceDeviceProfilesWithHttpInfo()

Operation getNetworkSmDeviceDeviceProfilesWithHttpInfo

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

Get the profiles 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)

getNetworkSmUserDeviceProfiles()

Operation getNetworkSmUserDeviceProfiles

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

Get the profiles 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

getNetworkSmUserDeviceProfilesAsync()

Operation getNetworkSmUserDeviceProfilesAsync

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

Get the profiles associated with a user

Parameters
$network_id : string

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserDeviceProfilesAsyncWithHttpInfo()

Operation getNetworkSmUserDeviceProfilesAsyncWithHttpInfo

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

Get the profiles associated with a user

Parameters
$network_id : string

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmUserDeviceProfilesWithHttpInfo()

Operation getNetworkSmUserDeviceProfilesWithHttpInfo

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

Get the profiles 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

getNetworkSmDeviceDeviceProfilesRequest()

Create request for operation 'getNetworkSmDeviceDeviceProfiles'

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

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getNetworkSmUserDeviceProfilesRequest()

Create request for operation 'getNetworkSmUserDeviceProfiles'

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

(required)

$user_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results