/**
  * List all objects of the type
  *
  * @param $accessToken
  * @return BbObject[]
  */
 public static function getAll($accessToken)
 {
     return parent::_getAll($accessToken);
 }