| 1 | <?php |
||
| 9 | class ProfileRequest extends AbstractRequest |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var mixed |
||
| 13 | */ |
||
| 14 | protected $profileSettings; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * ProfileRequest constructor. |
||
| 18 | * |
||
| 19 | * @param mixed $profileSettings |
||
| 20 | */ |
||
| 21 | 3 | public function __construct(string $pageToken, $profileSettings) |
|
| 27 | |||
| 28 | 3 | protected function buildHeaders(): ?array |
|
| 36 | |||
| 37 | /** |
||
| 38 | * @return array|\Kerox\Messenger\Model\ProfileSettings|null |
||
| 39 | */ |
||
| 40 | 3 | protected function buildBody() |
|
| 53 | |||
| 54 | 3 | protected function buildQuery(): array |
|
| 66 | } |
||
| 67 |