Documentation

FieldsApi

FieldsApi 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
updateNetworkSmDevicesFields()  : object
Operation updateNetworkSmDevicesFields
updateNetworkSmDevicesFieldsAsync()  : PromiseInterface
Operation updateNetworkSmDevicesFieldsAsync
updateNetworkSmDevicesFieldsAsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkSmDevicesFieldsAsyncWithHttpInfo
updateNetworkSmDevicesFieldsWithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkSmDevicesFieldsWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
updateNetworkSmDevicesFieldsRequest()  : Request
Create request for operation 'updateNetworkSmDevicesFields'

Properties

Methods

updateNetworkSmDevicesFields()

Operation updateNetworkSmDevicesFields

public updateNetworkSmDevicesFields(string $network_id, UpdateNetworkSmDevicesFields $update_network_sm_devices_fields) : object

Modify the fields of a device

Parameters
$network_id : string

network_id (required)

$update_network_sm_devices_fields : UpdateNetworkSmDevicesFields

update_network_sm_devices_fields (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkSmDevicesFieldsAsync()

Operation updateNetworkSmDevicesFieldsAsync

public updateNetworkSmDevicesFieldsAsync(string $network_id, UpdateNetworkSmDevicesFields $update_network_sm_devices_fields) : PromiseInterface

Modify the fields of a device

Parameters
$network_id : string

(required)

$update_network_sm_devices_fields : UpdateNetworkSmDevicesFields

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSmDevicesFieldsAsyncWithHttpInfo()

Operation updateNetworkSmDevicesFieldsAsyncWithHttpInfo

public updateNetworkSmDevicesFieldsAsyncWithHttpInfo(string $network_id, UpdateNetworkSmDevicesFields $update_network_sm_devices_fields) : PromiseInterface

Modify the fields of a device

Parameters
$network_id : string

(required)

$update_network_sm_devices_fields : UpdateNetworkSmDevicesFields

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkSmDevicesFieldsWithHttpInfo()

Operation updateNetworkSmDevicesFieldsWithHttpInfo

public updateNetworkSmDevicesFieldsWithHttpInfo(string $network_id, UpdateNetworkSmDevicesFields $update_network_sm_devices_fields) : array<string|int, mixed>

Modify the fields of a device

Parameters
$network_id : string

(required)

$update_network_sm_devices_fields : UpdateNetworkSmDevicesFields

(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

updateNetworkSmDevicesFieldsRequest()

Create request for operation 'updateNetworkSmDevicesFields'

protected updateNetworkSmDevicesFieldsRequest(string $network_id, UpdateNetworkSmDevicesFields $update_network_sm_devices_fields) : Request
Parameters
$network_id : string

(required)

$update_network_sm_devices_fields : UpdateNetworkSmDevicesFields

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results