Documentation

Hotspot20Api

Hotspot20Api 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
getNetworkWirelessSsidHotspot20()  : object
Operation getNetworkWirelessSsidHotspot20
getNetworkWirelessSsidHotspot20Async()  : PromiseInterface
Operation getNetworkWirelessSsidHotspot20Async
getNetworkWirelessSsidHotspot20AsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkWirelessSsidHotspot20AsyncWithHttpInfo
getNetworkWirelessSsidHotspot20WithHttpInfo()  : array<string|int, mixed>
Operation getNetworkWirelessSsidHotspot20WithHttpInfo
updateNetworkWirelessSsidHotspot20()  : object
Operation updateNetworkWirelessSsidHotspot20
updateNetworkWirelessSsidHotspot20Async()  : PromiseInterface
Operation updateNetworkWirelessSsidHotspot20Async
updateNetworkWirelessSsidHotspot20AsyncWithHttpInfo()  : PromiseInterface
Operation updateNetworkWirelessSsidHotspot20AsyncWithHttpInfo
updateNetworkWirelessSsidHotspot20WithHttpInfo()  : array<string|int, mixed>
Operation updateNetworkWirelessSsidHotspot20WithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkWirelessSsidHotspot20Request()  : Request
Create request for operation 'getNetworkWirelessSsidHotspot20'
updateNetworkWirelessSsidHotspot20Request()  : Request
Create request for operation 'updateNetworkWirelessSsidHotspot20'

Properties

Methods

getNetworkWirelessSsidHotspot20()

Operation getNetworkWirelessSsidHotspot20

public getNetworkWirelessSsidHotspot20(string $network_id, string $number) : object

Return the Hotspot 2.0 settings for an SSID

Parameters
$network_id : string

network_id (required)

$number : string

number (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkWirelessSsidHotspot20Async()

Operation getNetworkWirelessSsidHotspot20Async

public getNetworkWirelessSsidHotspot20Async(string $network_id, string $number) : PromiseInterface

Return the Hotspot 2.0 settings for an SSID

Parameters
$network_id : string

(required)

$number : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessSsidHotspot20AsyncWithHttpInfo()

Operation getNetworkWirelessSsidHotspot20AsyncWithHttpInfo

public getNetworkWirelessSsidHotspot20AsyncWithHttpInfo(string $network_id, string $number) : PromiseInterface

Return the Hotspot 2.0 settings for an SSID

Parameters
$network_id : string

(required)

$number : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkWirelessSsidHotspot20WithHttpInfo()

Operation getNetworkWirelessSsidHotspot20WithHttpInfo

public getNetworkWirelessSsidHotspot20WithHttpInfo(string $network_id, string $number) : array<string|int, mixed>

Return the Hotspot 2.0 settings for an SSID

Parameters
$network_id : string

(required)

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

updateNetworkWirelessSsidHotspot20()

Operation updateNetworkWirelessSsidHotspot20

public updateNetworkWirelessSsidHotspot20(string $network_id, string $number[, UpdateNetworkWirelessSsidHotspot20 $update_network_wireless_ssid_hotspot20 = null ]) : object

Update the Hotspot 2.0 settings of an SSID

Parameters
$network_id : string

network_id (required)

$number : string

number (required)

$update_network_wireless_ssid_hotspot20 : UpdateNetworkWirelessSsidHotspot20 = null

update_network_wireless_ssid_hotspot20 (optional)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

updateNetworkWirelessSsidHotspot20Async()

Operation updateNetworkWirelessSsidHotspot20Async

public updateNetworkWirelessSsidHotspot20Async(string $network_id, string $number[, UpdateNetworkWirelessSsidHotspot20 $update_network_wireless_ssid_hotspot20 = null ]) : PromiseInterface

Update the Hotspot 2.0 settings of an SSID

Parameters
$network_id : string

(required)

$number : string

(required)

$update_network_wireless_ssid_hotspot20 : UpdateNetworkWirelessSsidHotspot20 = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWirelessSsidHotspot20AsyncWithHttpInfo()

Operation updateNetworkWirelessSsidHotspot20AsyncWithHttpInfo

public updateNetworkWirelessSsidHotspot20AsyncWithHttpInfo(string $network_id, string $number[, UpdateNetworkWirelessSsidHotspot20 $update_network_wireless_ssid_hotspot20 = null ]) : PromiseInterface

Update the Hotspot 2.0 settings of an SSID

Parameters
$network_id : string

(required)

$number : string

(required)

$update_network_wireless_ssid_hotspot20 : UpdateNetworkWirelessSsidHotspot20 = null

(optional)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

updateNetworkWirelessSsidHotspot20WithHttpInfo()

Operation updateNetworkWirelessSsidHotspot20WithHttpInfo

public updateNetworkWirelessSsidHotspot20WithHttpInfo(string $network_id, string $number[, UpdateNetworkWirelessSsidHotspot20 $update_network_wireless_ssid_hotspot20 = null ]) : array<string|int, mixed>

Update the Hotspot 2.0 settings of an SSID

Parameters
$network_id : string

(required)

$number : string

(required)

$update_network_wireless_ssid_hotspot20 : UpdateNetworkWirelessSsidHotspot20 = 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

getNetworkWirelessSsidHotspot20Request()

Create request for operation 'getNetworkWirelessSsidHotspot20'

protected getNetworkWirelessSsidHotspot20Request(string $network_id, string $number) : Request
Parameters
$network_id : string

(required)

$number : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

updateNetworkWirelessSsidHotspot20Request()

Create request for operation 'updateNetworkWirelessSsidHotspot20'

protected updateNetworkWirelessSsidHotspot20Request(string $network_id, string $number[, UpdateNetworkWirelessSsidHotspot20 $update_network_wireless_ssid_hotspot20 = null ]) : Request
Parameters
$network_id : string

(required)

$number : string

(required)

$update_network_wireless_ssid_hotspot20 : UpdateNetworkWirelessSsidHotspot20 = null

(optional)

Tags
throws
InvalidArgumentException
Return values
Request

Search results