Class HttpResponse
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.client.http.HttpResponse
-
public class HttpResponse extends Object
author Pascal Knueppel
created at: 09.12.2019 - 20:39
represents a response object that will be returned by theScimHttpClientif a response from a server was received
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classHttpResponse.HttpResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HttpResponse.HttpResponseBuilderbuilder()intgetHttpStatusCode()the status code of the responseStringgetResponseBody()the body of the responseMap<String,String>getResponseHeaders()the headers of the response
-
-
-
Method Detail
-
builder
public static HttpResponse.HttpResponseBuilder builder()
-
getHttpStatusCode
public int getHttpStatusCode()
the status code of the response
-
getResponseBody
public String getResponseBody()
the body of the response
-
-