You are here

public function GetExtendedList::setId in SendinBlue 8.2

Same name and namespace in other branches
  1. 8 src/Tools/Model/GetExtendedList.php \Drupal\sendinblue\Tools\Model\GetExtendedList::setId()

Parameters

int $id:

1 call to GetExtendedList::setId()
GetExtendedList::__construct in src/Tools/Model/GetExtendedList.php
GetExtendedList constructor.

File

src/Tools/Model/GetExtendedList.php, line 71

Class

GetExtendedList
Class GetExtendedList.

Namespace

Drupal\sendinblue\Tools\Model

Code

public function setId(int $id) {
  $this->id = $id;
}