Documentation

ApnsCertApi

ApnsCertApi 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
getOrganizationSmApnsCert()  : object
Operation getOrganizationSmApnsCert
getOrganizationSmApnsCertAsync()  : PromiseInterface
Operation getOrganizationSmApnsCertAsync
getOrganizationSmApnsCertAsyncWithHttpInfo()  : PromiseInterface
Operation getOrganizationSmApnsCertAsyncWithHttpInfo
getOrganizationSmApnsCertWithHttpInfo()  : array<string|int, mixed>
Operation getOrganizationSmApnsCertWithHttpInfo
createHttpClientOption()  : array<string|int, mixed>
Create http client option
getOrganizationSmApnsCertRequest()  : Request
Create request for operation 'getOrganizationSmApnsCert'

Properties

Methods

getOrganizationSmApnsCert()

Operation getOrganizationSmApnsCert

public getOrganizationSmApnsCert(string $organization_id) : object

Get the organization's APNS certificate

Parameters
$organization_id : string

organization_id (required)

Tags
throws
ApiException

on non-2xx response

throws
InvalidArgumentException
Return values
object

getOrganizationSmApnsCertAsync()

Operation getOrganizationSmApnsCertAsync

public getOrganizationSmApnsCertAsync(string $organization_id) : PromiseInterface

Get the organization's APNS certificate

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmApnsCertAsyncWithHttpInfo()

Operation getOrganizationSmApnsCertAsyncWithHttpInfo

public getOrganizationSmApnsCertAsyncWithHttpInfo(string $organization_id) : PromiseInterface

Get the organization's APNS certificate

Parameters
$organization_id : string

(required)

Tags
throws
InvalidArgumentException
Return values
PromiseInterface

getOrganizationSmApnsCertWithHttpInfo()

Operation getOrganizationSmApnsCertWithHttpInfo

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

Get the organization's APNS certificate

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)

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

getOrganizationSmApnsCertRequest()

Create request for operation 'getOrganizationSmApnsCert'

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

(required)

Tags
throws
InvalidArgumentException
Return values
Request

Search results