Class HttpResponse
java.lang.Object
de.captaingoldfish.scim.sdk.client.http.HttpResponse
author Pascal Knueppel
created at: 09.12.2019 - 20:39
represents a response object that will be returned by the
created at: 09.12.2019 - 20:39
represents a response object that will be returned by the
ScimHttpClient if a response from a
server was received-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()intthe status code of the responsethe body of the responsethe headers of the response
-
Method Details
-
builder
-
getHttpStatusCode
public int getHttpStatusCode()the status code of the response -
getResponseBody
the body of the response -
getResponseHeaders
the headers of the response
-