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, waitcanDeserializepublic Project deserialize(HttpResponse httpResponse)
SphereRequestSphereRequest.canDeserialize(HttpResponse) if the response can be consumed.deserialize in interface SphereRequest<Project>httpResponse - the http response of the APIpublic HttpRequestIntent httpRequestIntent()
SphereRequesthttpRequestIntent in interface SphereRequest<Project>public static SphereRequest<Project> of()