-
Notifications
You must be signed in to change notification settings - Fork 3
ListParams
André Matthies edited this page Feb 6, 2025
·
1 revision
- Full name:
\Seven\Api\Resource\Contacts\ListParams
- This class implements:
\Seven\Api\Library\ParamsInterface
protected ?int $groupId
protected ?int $limit
protected ?int $offset
protected ?string $orderBy
protected ?\Seven\Api\Library\OrderDirection $orderDirection
protected ?string $search
public getGroupId(): ?int
public setGroupId(?int $groupId): self
Parameters:
Parameter | Type | Description |
---|---|---|
$groupId |
?int |
public getOrderBy(): ?string
public setOrderBy(?string $orderBy): self
Parameters:
Parameter | Type | Description |
---|---|---|
$orderBy |
?string |
public getOrderDirection(): ?\Seven\Api\Library\OrderDirection
public setOrderDirection(?\Seven\Api\Library\OrderDirection $orderDirection): self
Parameters:
Parameter | Type | Description |
---|---|---|
$orderDirection |
?\Seven\Api\Library\OrderDirection |
public getSearch(): ?string
public setSearch(?string $search): self
Parameters:
Parameter | Type | Description |
---|---|---|
$search |
?string |
public toArray(): array
public getLimit(): int
public setLimit(int $limit): self
Parameters:
Parameter | Type | Description |
---|---|---|
$limit |
int |
public getOffset(): int
public setOffset(int $offset): self
Parameters:
Parameter | Type | Description |
---|---|---|
$offset |
int |
Automatically generated on 2025-02-06