public interface CaptainUpResponse extends CaptainUpObject
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAPIVersion()
The API version
|
int |
getCode()
The request status code
|
ErrorCodeCaptainUpException |
getErrorCodeException() |
java.lang.String |
getObjectName()
The name of the object requested
|
java.lang.String |
getRequestURL()
The URL of the request
|
boolean |
isSuccessful()
Returns whether or not the request was successful
|
int getCode()
ErrorCodeCaptainUpException getErrorCodeException()
java.lang.String getObjectName()
java.lang.String getRequestURL()
java.lang.String getAPIVersion()
boolean isSuccessful()
true
if the request was successful, false
otherwise