Class FlagrightHttpResponse<T>


  • public final class FlagrightHttpResponse<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FlagrightHttpResponse​(T body, okhttp3.Response rawResponse)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T body()  
      java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FlagrightHttpResponse

        public FlagrightHttpResponse​(T body,
                                     okhttp3.Response rawResponse)
    • Method Detail

      • body

        public T body()
      • headers

        public java.util.Map<java.lang.String,​java.util.List<java.lang.String>> headers()