Response.Builder| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<Entity> |
entity() |
Headers |
headers() |
boolean |
isBadRequest() |
boolean |
isClientError() |
boolean |
isConflict() |
boolean |
isCreated() |
boolean |
isError() |
boolean |
isForbidden() |
boolean |
isInformational() |
boolean |
isInternalServerError() |
boolean |
isNoContent() |
boolean |
isNotFound() |
boolean |
isNotModified() |
boolean |
isNotSuccessful() |
boolean |
isOk() |
boolean |
isRedirection() |
boolean |
isSeeOther() |
boolean |
isServerError() |
boolean |
isServiceUnavailable() |
boolean |
isSuccessful() |
boolean |
isUnauthorized() |
int |
statusCode() |
java.lang.String |
statusText() |
public int statusCode()
statusCode in interface Responsepublic java.lang.String statusText()
statusText in interface Responsepublic boolean isInformational()
isInformational in interface Responsepublic boolean isSuccessful()
isSuccessful in interface Responsepublic boolean isNoContent()
isNoContent in interface Responsepublic boolean isRedirection()
isRedirection in interface Responsepublic boolean isSeeOther()
isSeeOther in interface Responsepublic boolean isNotModified()
isNotModified in interface Responsepublic boolean isClientError()
isClientError in interface Responsepublic boolean isBadRequest()
isBadRequest in interface Responsepublic boolean isUnauthorized()
isUnauthorized in interface Responsepublic boolean isForbidden()
isForbidden in interface Responsepublic boolean isNotFound()
isNotFound in interface Responsepublic boolean isConflict()
isConflict in interface Responsepublic boolean isServerError()
isServerError in interface Responsepublic boolean isInternalServerError()
isInternalServerError in interface Responsepublic boolean isServiceUnavailable()
isServiceUnavailable in interface Responsepublic boolean isNotSuccessful()
isNotSuccessful in interface ResponseCopyright © 2012-2013 Atlassian. All Rights Reserved.