Class LinkResponse<T>

    • Constructor Summary

      Constructors 
      Constructor Description
      LinkResponse​(java.lang.String link, java.lang.Class<T> responseClass)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getLink()  
      • Methods inherited from class com.synopsys.integration.util.Stringable

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LinkResponse

        public LinkResponse​(java.lang.String link,
                            java.lang.Class<T> responseClass)
    • Method Detail

      • getLink

        public java.lang.String getLink()