You are here

public function GetExtendedList::setFolderId in SendinBlue 7.2

Parameters

int $folderId:

1 call to GetExtendedList::setFolderId()
GetExtendedList::__construct in includes/Model/GetExtendedList.php
GetExtendedList constructor.

File

includes/Model/GetExtendedList.php, line 123

Class

GetExtendedList
Class GetExtendedList.

Code

public function setFolderId($folderId) {
  $this->folderId = $folderId;
}