public class AjaxResponse extends Object
Modifier and Type | Method and Description |
---|---|
static AjaxResponse |
failure(String response) |
String |
getResponse() |
boolean |
isSuccess() |
static AjaxResponse |
success(String response) |
public boolean isSuccess()
public String getResponse()
public static AjaxResponse failure(String response)
public static AjaxResponse success(String response)
Copyright © 2003–2019 Atlassian. All rights reserved.