UNPKG

@kaltura-ng/kaltura-client

Version:
38 lines 2.08 kB
var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); import { KalturaObjectBase } from '../kaltura-object-base'; import { KalturaTypesFactory } from '../kaltura-types-factory'; var KalturaFtpDropFolderOrderBy = (function (_super) { __extends(KalturaFtpDropFolderOrderBy, _super); function KalturaFtpDropFolderOrderBy(value) { var _this = _super.call(this) || this; _this._value = value + ''; return _this; } KalturaFtpDropFolderOrderBy.prototype.equals = function (obj) { return obj && obj.toString() === this._value; }; KalturaFtpDropFolderOrderBy.prototype.toString = function () { return this._value; }; KalturaFtpDropFolderOrderBy.createdAtAsc = new KalturaFtpDropFolderOrderBy('+createdAt'); KalturaFtpDropFolderOrderBy.createdAtDesc = new KalturaFtpDropFolderOrderBy('-createdAt'); KalturaFtpDropFolderOrderBy.idAsc = new KalturaFtpDropFolderOrderBy('+id'); KalturaFtpDropFolderOrderBy.idDesc = new KalturaFtpDropFolderOrderBy('-id'); KalturaFtpDropFolderOrderBy.nameAsc = new KalturaFtpDropFolderOrderBy('+name'); KalturaFtpDropFolderOrderBy.nameDesc = new KalturaFtpDropFolderOrderBy('-name'); KalturaFtpDropFolderOrderBy.updatedAtAsc = new KalturaFtpDropFolderOrderBy('+updatedAt'); KalturaFtpDropFolderOrderBy.updatedAtDesc = new KalturaFtpDropFolderOrderBy('-updatedAt'); return KalturaFtpDropFolderOrderBy; }(KalturaObjectBase)); export { KalturaFtpDropFolderOrderBy }; KalturaTypesFactory.registerType('KalturaFtpDropFolderOrderBy', KalturaFtpDropFolderOrderBy); //# sourceMappingURL=KalturaFtpDropFolderOrderBy.js.map