UNPKG

@broadcom/endevor-bridge-for-git-rest-api

Version:

Endevor Bridge for Git Rest client

10 lines (9 loc) 285 B
import { GlobalAction } from "./GlobalAction"; import { RequestMethod } from "../AbstractRequest"; export class GetMailServerSettings extends GlobalAction { constructor() { super(); this.customPath = "/mail-server"; this.method = RequestMethod.GET; } }