CloneableInstantiable
| Methods |
| public __construct(PHPFUI |
| public delete(string $list_id) : ?array DELETE a List Deletes the specified contact list and its membership. DELETE List requests
are processed asynchronously, and you can track the status of the request
by making a GET call to the URI shown in the
|
| public deleteTyped(string $list_id) : ?PHPFUI |
| public get(string $list_id, ?string $include_membership_count = NULL) : ?array GET a List Use this method to get details about a specific contact list (
|
| public getTyped(string $list_id, ?string $include_membership_count = NULL) : ?PHPFUI |
| public put(string $list_id, PHPFUI PUT (update) a List Updates an existing contact list resource, specified by
|
| public putTyped(string $list_id, PHPFUI |
| Properties |
| Methods |