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 the ScimHttpClient if a response from a server was received
  • Method Details

    • 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
    • getResponseHeaders

      public Map<String,String> getResponseHeaders()
      the headers of the response