public class ArtifactoryResponseImpl extends AbstractArtifactoryResponseImpl implements org.jfrog.artifactory.client.ArtifactoryResponse
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRawBody() |
boolean |
isSuccessResponse() |
<T> T |
parseBody(java.lang.Class<T> toType) |
getAllHeaders, getHttpResponse, getStatusLinepublic java.lang.String getRawBody()
getRawBody in interface org.jfrog.artifactory.client.ArtifactoryResponsepublic <T> T parseBody(java.lang.Class<T> toType)
throws java.io.IOException
parseBody in interface org.jfrog.artifactory.client.ArtifactoryResponsejava.io.IOExceptionpublic boolean isSuccessResponse()
isSuccessResponse in interface org.jfrog.artifactory.client.BaseArtifactoryResponse