Documentation

EventTypesApi

EventTypesApi 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
getNetworkEventsEventTypes()  : object
Operation getNetworkEventsEventTypes
getNetworkEventsEventTypesAsync()  : PromiseInterface
Operation getNetworkEventsEventTypesAsync
getNetworkEventsEventTypesAsyncWithHttpInfo()  : PromiseInterface
Operation getNetworkEventsEventTypesAsyncWithHttpInfo
getNetworkEventsEventTypesWithHttpInfo()  : array<string|int, mixed>
Operation getNetworkEventsEventTypesWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getNetworkEventsEventTypesRequest()  : Request
Create request for operation 'getNetworkEventsEventTypes'

Properties

Methods

getNetworkEventsEventTypes()

Operation getNetworkEventsEventTypes

public getNetworkEventsEventTypes(string $network_id) : object

List the event type to human-readable description

Parameters
$network_id : string

network_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getNetworkEventsEventTypesAsync()

Operation getNetworkEventsEventTypesAsync

public getNetworkEventsEventTypesAsync(string $network_id) : PromiseInterface

List the event type to human-readable description

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkEventsEventTypesAsyncWithHttpInfo()

Operation getNetworkEventsEventTypesAsyncWithHttpInfo

public getNetworkEventsEventTypesAsyncWithHttpInfo(string $network_id) : PromiseInterface

List the event type to human-readable description

Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getNetworkEventsEventTypesWithHttpInfo()

Operation getNetworkEventsEventTypesWithHttpInfo

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

List the event type to human-readable description

Parameters
$network_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

getNetworkEventsEventTypesRequest()

Create request for operation 'getNetworkEventsEventTypes'

protected getNetworkEventsEventTypesRequest(string $network_id) : Request
Parameters
$network_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results