Documentation

VppAccountsApi

VppAccountsApi 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
getOrganizationSmVppAccount()  : object
Operation getOrganizationSmVppAccount
getOrganizationSmVppAccountAsync()  : PromiseInterface
Operation getOrganizationSmVppAccountAsync
getOrganizationSmVppAccountAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationSmVppAccountAsyncWithHttpInfo
getOrganizationSmVppAccounts()  : object
Operation getOrganizationSmVppAccounts
getOrganizationSmVppAccountsAsync()  : PromiseInterface
Operation getOrganizationSmVppAccountsAsync
getOrganizationSmVppAccountsAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationSmVppAccountsAsyncWithHttpInfo
getOrganizationSmVppAccountsWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationSmVppAccountsWithHttpInfo
getOrganizationSmVppAccountWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationSmVppAccountWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getOrganizationSmVppAccountRequest()  : Request
Create request for operation 'getOrganizationSmVppAccount'
getOrganizationSmVppAccountsRequest()  : Request
Create request for operation 'getOrganizationSmVppAccounts'

Properties

Methods

getOrganizationSmVppAccount()

Operation getOrganizationSmVppAccount

public getOrganizationSmVppAccount(string $organization_id, string $vpp_account_id) : object

Get a hash containing the unparsed token of the VPP account with the given ID

Parameters
$organization_id : string

organization_id (required)

$vpp_account_id : string

vpp_account_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationSmVppAccountAsync()

Operation getOrganizationSmVppAccountAsync

public getOrganizationSmVppAccountAsync(string $organization_id, string $vpp_account_id) : PromiseInterface

Get a hash containing the unparsed token of the VPP account with the given ID

Parameters
$organization_id : string

(required)

$vpp_account_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmVppAccountAsyncWithHttpInfo()

Operation getOrganizationSmVppAccountAsyncWithHttpInfo

public getOrganizationSmVppAccountAsyncWithHttpInfo(string $organization_id, string $vpp_account_id) : PromiseInterface

Get a hash containing the unparsed token of the VPP account with the given ID

Parameters
$organization_id : string

(required)

$vpp_account_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmVppAccounts()

Operation getOrganizationSmVppAccounts

public getOrganizationSmVppAccounts(string $organization_id) : object

List the VPP accounts in the organization

Parameters
$organization_id : string

organization_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationSmVppAccountsAsync()

Operation getOrganizationSmVppAccountsAsync

public getOrganizationSmVppAccountsAsync(string $organization_id) : PromiseInterface

List the VPP accounts in the organization

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmVppAccountsAsyncWithHttpInfo()

Operation getOrganizationSmVppAccountsAsyncWithHttpInfo

public getOrganizationSmVppAccountsAsyncWithHttpInfo(string $organization_id) : PromiseInterface

List the VPP accounts in the organization

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmVppAccountsWithHttpInfo()

Operation getOrganizationSmVppAccountsWithHttpInfo

public getOrganizationSmVppAccountsWithHttpInfo(string $organization_id) : array<string|int, mixed>

List the VPP accounts in the organization

Parameters
$organization_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)

getOrganizationSmVppAccountWithHttpInfo()

Operation getOrganizationSmVppAccountWithHttpInfo

public getOrganizationSmVppAccountWithHttpInfo(string $organization_id, string $vpp_account_id) : array<string|int, mixed>

Get a hash containing the unparsed token of the VPP account with the given ID

Parameters
$organization_id : string

(required)

$vpp_account_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

getOrganizationSmVppAccountRequest()

Create request for operation 'getOrganizationSmVppAccount'

protected getOrganizationSmVppAccountRequest(string $organization_id, string $vpp_account_id) : Request
Parameters
$organization_id : string

(required)

$vpp_account_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

getOrganizationSmVppAccountsRequest()

Create request for operation 'getOrganizationSmVppAccounts'

protected getOrganizationSmVppAccountsRequest(string $organization_id) : Request
Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results