@broadcom/endevor-bridge-for-git-rest-api
Version:
Endevor Bridge for Git Rest client
14 lines (13 loc) • 491 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GetMailServerSettings = void 0;
const GlobalAction_1 = require("./GlobalAction");
const AbstractRequest_1 = require("../AbstractRequest");
class GetMailServerSettings extends GlobalAction_1.GlobalAction {
constructor() {
super();
this.customPath = "/mail-server";
this.method = AbstractRequest_1.RequestMethod.GET;
}
}
exports.GetMailServerSettings = GetMailServerSettings;