Class LinkStringResponse


  • public class LinkStringResponse
    extends LinkResponse<java.lang.String>
    • Constructor Summary

      Constructors 
      Constructor Description
      LinkStringResponse​(java.lang.String link)  
      LinkStringResponse​(java.lang.String link, java.lang.Class<java.lang.String> resultClass)  
    • 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

      • LinkStringResponse

        public LinkStringResponse​(java.lang.String link)
      • LinkStringResponse

        public LinkStringResponse​(java.lang.String link,
                                  java.lang.Class<java.lang.String> resultClass)