public abstract class RequestStatus extends java.lang.Object implements Value<java.lang.Boolean>, ErrorsHolder
When the response code is valid the `value` parameter will be set to true while a non-valid response has the `value` set to false along with any potential `error` objects returned from Bitbucket.
Constructor and Description |
---|
RequestStatus() |
Modifier and Type | Method and Description |
---|---|
static RequestStatus |
create(java.lang.Boolean value,
java.util.List<Error> errors) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
errors
public static RequestStatus create(@Nullable java.lang.Boolean value, java.util.List<Error> errors)