addType('organizationFolderId','integer'); $this->addType('parentResource','integer'); $this->addType('active','bool'); $this->addType('lastUpdatedTimestamp','integer'); } abstract public function getType(): string; }