ews javascript api

__extends

declaration
 __extends 

var __extends = this.__extends || function (d, b) {
    for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
    function __() { this.constructor = d; }
    __.prototype = b.prototype;
    d.prototype = new __();
};
var SimpleServiceRequestBase_1 = require("./SimpleServiceRequestBase");
var GetUserOofSettingsRequest = (function (_super) {
    __extends(GetUserOofSettingsRequest, _super);
    function GetUserOofSettingsRequest() {
        _super.apply(this, arguments);
    }
    GetUserOofSettingsRequest.prototype.Execute = function () { throw new Error("GetUserOofSettingsRequest.ts - Execute : Not implemented."); };
    GetUserOofSettingsRequest.prototype.GetMinimumRequiredServerVersion = function () { throw new Error("GetUserOofSettingsRequest.ts - GetMinimumRequiredServerVersion : Not implemented."); };
    GetUserOofSettingsRequest.prototype.GetResponseXmlElementName = function () { throw new Error("GetUserOofSettingsRequest.ts - GetResponseXmlElementName : Not implemented."); };
    GetUserOofSettingsRequest.prototype.GetXmlElementName = function () { throw new Error("GetUserOofSettingsRequest.ts - GetXmlElementName : Not implemented."); };
    GetUserOofSettingsRequest.prototype.ParseResponse = function (reader) { throw new Error("GetUserOofSettingsRequest.ts - ParseResponse : Not implemented."); };
    GetUserOofSettingsRequest.prototype.Validate = function () { throw new Error("GetUserOofSettingsRequest.ts - Validate : Not implemented."); };
    GetUserOofSettingsRequest.prototype.WriteElementsToXml = function (writer) { throw new Error("GetUserOofSettingsRequest.ts - WriteElementsToXml : Not implemented."); };
    return GetUserOofSettingsRequest;
})(SimpleServiceRequestBase_1.SimpleServiceRequestBase);
exports.GetUserOofSettingsRequest = GetUserOofSettingsRequest;
//}