Skip to main content

GlobalIntegration


GlobalIntegration

Properties

alias

public string $alias

author

public string $author

confinements

public array $confinements

email

public string $email

features

public array $features

name

public string $name

oauthRedirectUris

public array $oauthRedirectUris

permissions

public array $permissions

published

public bool $published

publisher

public string $publisher

type

public \Onslip360\API\Integration\Type $type

webAddress

public string $webAddress

categories

public array|null $categories

created

public string|null $created

deleted

public string|null $deleted

description

public string|null $description

descriptionT9N

public array|null $descriptionT9N

icon

public \Onslip360\API\File|null $icon

id

public int|null $id

labels

public array|null $labels

nameT9N

public array|null $nameT9N

statusUri

public string|null $statusUri

tags

public array|null $tags

updated

public string|null $updated

updatedBy

public int|null $updatedBy

updatedFrom

public int|null $updatedFrom

Methods

__construct

public __construct(string $alias, string $author, \Onslip360\API\Integration\Confinement[] $confinements, string $email, \Onslip360\API\CompanyFeature\Flag[] $features, string $name, string[] $oauthRedirectUris, \Onslip360\API\Permission[] $permissions, bool $published, string $publisher, \Onslip360\API\Integration\Type $type, string $webAddress, \Onslip360\API\StatusEvent\Category[]|null $categories = null, string|null $created = null, string|null $deleted = null, string|null $description = null, string[][]|null $descriptionT9N = null, \Onslip360\API\File|null $icon = null, int|null $id = null, int[]|null $labels = null, string[][]|null $nameT9N = null, string|null $statusUri = null, string[]|null $tags = null, string|null $updated = null, int|null $updatedBy = null, int|null $updatedFrom = null): mixed

Parameters:

ParameterTypeDescription
$aliasstring
$authorstring
$confinements\Onslip360\API\Integration\Confinement[]
$emailstring
$features\Onslip360\API\CompanyFeature\Flag[]
$namestring
$oauthRedirectUrisstring[]
$permissions\Onslip360\API\Permission[]
$publishedbool
$publisherstring
$type\Onslip360\API\Integration\Type
$webAddressstring
$categories\Onslip360\API\StatusEvent\Category[]|null
$createdstring|null
$deletedstring|null
$descriptionstring|null
$descriptionT9Nstring[][]|null
$icon\Onslip360\API\File|null
$idint|null
$labelsint[]|null
$nameT9Nstring[][]|null
$statusUristring|null
$tagsstring[]|null
$updatedstring|null
$updatedByint|null
$updatedFromint|null

Inherited methods

getExtended

public getExtended(string $name): string|null|\Onslip360\Nil

Parameters:

ParameterTypeDescription
$namestring

setExtended

public setExtended(string $name, string|null|\Onslip360\Nil $value): static

Parameters:

ParameterTypeDescription
$namestring
$valuestring|null|\Onslip360\Nil

fromJson

public static fromJson(string|array|\JsonSerializable|\stdClass $json): static
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring|array|\JsonSerializable|\stdClass

fromJsonArray

public static fromJsonArray(string[]|array[]|\JsonSerializable[]|\stdClass[] $json): static[]
  • This method is static.

Parameters:

ParameterTypeDescription
$jsonstring[]|array[]|\JsonSerializable[]|\stdClass[]

jsonSerialize

public jsonSerialize(): array|object


Automatically generated on 2024-11-05