*** # ListParams * Full name: `\Seven\Api\Resource\Contacts\ListParams` * This class implements: [`\Seven\Api\Library\ParamsInterface`](../../Library/ParamsInterface.md) ## Properties ### groupId ```php protected ?int $groupId ``` *** ### limit ```php protected ?int $limit ``` *** ### offset ```php protected ?int $offset ``` *** ### orderBy ```php protected ?string $orderBy ``` *** ### orderDirection ```php protected ?\Seven\Api\Library\OrderDirection $orderDirection ``` *** ### search ```php protected ?string $search ``` *** ## Methods ### getGroupId ```php public getGroupId(): ?int ``` *** ### setGroupId ```php public setGroupId(?int $groupId): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$groupId` | **?int** | | *** ### getOrderBy ```php public getOrderBy(): ?string ``` *** ### setOrderBy ```php public setOrderBy(?string $orderBy): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$orderBy` | **?string** | | *** ### getOrderDirection ```php public getOrderDirection(): ?\Seven\Api\Library\OrderDirection ``` *** ### setOrderDirection ```php public setOrderDirection(?\Seven\Api\Library\OrderDirection $orderDirection): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$orderDirection` | **?\Seven\Api\Library\OrderDirection** | | *** ### getSearch ```php public getSearch(): ?string ``` *** ### setSearch ```php public setSearch(?string $search): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$search` | **?string** | | *** ### toArray ```php public toArray(): array ``` *** ### getLimit ```php public getLimit(): int ``` *** ### setLimit ```php public setLimit(int $limit): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$limit` | **int** | | *** ### getOffset ```php public getOffset(): int ``` *** ### setOffset ```php public setOffset(int $offset): self ``` **Parameters:** | Parameter | Type | Description | |-----------|------|-------------| | `$offset` | **int** | | *** *** > Automatically generated on 2025-02-06