Class LinkSingleResponse<T extends BlackDuckResponse>

    • Constructor Summary

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

      • Methods inherited from class com.synopsys.integration.blackduck.api.core.response.LinkResponse

        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

      • LinkSingleResponse

        public LinkSingleResponse​(java.lang.String link,
                                  java.lang.Class<T> responseClass)