Documentation

CellularUsageHistoryApi

CellularUsageHistoryApi 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
getNetworkSmDeviceCellularUsageHistory()  : object
Operation getNetworkSmDeviceCellularUsageHistory
getNetworkSmDeviceCellularUsageHistoryAsync()  : PromiseInterface
Operation getNetworkSmDeviceCellularUsageHistoryAsync
getNetworkSmDeviceCellularUsageHistoryAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkSmDeviceCellularUsageHistoryAsyncWithHttpInfo
getNetworkSmDeviceCellularUsageHistoryWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkSmDeviceCellularUsageHistoryWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkSmDeviceCellularUsageHistoryRequest()  : Request
Create request for operation 'getNetworkSmDeviceCellularUsageHistory'

Properties

Methods

getNetworkSmDeviceCellularUsageHistory()

Operation getNetworkSmDeviceCellularUsageHistory

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

Return the client's daily cellular data usage history

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

getNetworkSmDeviceCellularUsageHistoryAsync()

Operation getNetworkSmDeviceCellularUsageHistoryAsync

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

Return the client's daily cellular data usage history

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceCellularUsageHistoryAsyncWithHttpInfo()

Operation getNetworkSmDeviceCellularUsageHistoryAsyncWithHttpInfo

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

Return the client's daily cellular data usage history

Parameters
$network_id : string

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkSmDeviceCellularUsageHistoryWithHttpInfo()

Operation getNetworkSmDeviceCellularUsageHistoryWithHttpInfo

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

Return the client's daily cellular data usage history

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)

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

getNetworkSmDeviceCellularUsageHistoryRequest()

Create request for operation 'getNetworkSmDeviceCellularUsageHistory'

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

(required)

$device_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results