Class Response.Accepted
- java.lang.Object
-
- com.google.gerrit.extensions.restapi.Response<Object>
-
- com.google.gerrit.extensions.restapi.Response.Accepted
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gerrit.extensions.restapi.Response
Response.Accepted, Response.Redirect
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CacheControl
caching()
Response<Object>
caching(CacheControl c)
boolean
equals(Object o)
int
hashCode()
boolean
isNone()
String
location()
int
statusCode()
String
toString()
Object
value()
-
-
-
Method Detail
-
statusCode
public int statusCode()
- Specified by:
statusCode
in classResponse<Object>
-
caching
public CacheControl caching()
-
caching
public Response<Object> caching(CacheControl c)
-
location
public String location()
-
-