Inheritance: ServiceRequest
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action<UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest(Methods.Undelete, request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action<UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return Q.ServiceRequest("Meeting/MeetingDecision/Undelete", request, onSuccess, options);
 }
 public static jQueryXmlHttpRequest Undelete(UndeleteRequest request, Action<UndeleteResponse> onSuccess, ServiceCallOptions options = null)
 {
     return null;
 }