-
public final class DeleteResponse extends HtmlResponse
-
-
Method Summary
Modifier and Type Method Description HtmlResponse.StatusgetStatus()final List<String>get_errors()final List<String>getErrors()final BooleangetSuccess()-
Methods inherited from class com.cognifide.gradle.aem.common.instance.service.pkg.DeleteResponse
findErrorsByPattern -
Methods inherited from class com.cognifide.gradle.aem.common.instance.service.pkg.HtmlResponse
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getStatus
HtmlResponse.Status getStatus()
-
get_errors
final List<String> get_errors()
-
getSuccess
final Boolean getSuccess()
-
-
-
-