public final class ProjectGet extends Base implements SphereRequest<Project>
Modifier and Type | Method and Description |
---|---|
Project |
deserialize(HttpResponse httpResponse)
Takes an http response and maps it into a Java object of type T.
|
HttpRequestIntent |
httpRequestIntent()
Provides an http request intent, this does not include the execution of it.
|
static SphereRequest<Project> |
of() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
canDeserialize
public Project deserialize(HttpResponse httpResponse)
SphereRequest
SphereRequest.canDeserialize(HttpResponse)
if the response can be consumed.deserialize
in interface SphereRequest<Project>
httpResponse
- the http response of the APIpublic HttpRequestIntent httpRequestIntent()
SphereRequest
httpRequestIntent
in interface SphereRequest<Project>
public static SphereRequest<Project> of()