Class ShowRequest

java.lang.Object
org.sonarqube.ws.client.sources.ShowRequest

@Generated("sonar-ws-generator") public class ShowRequest extends Object
This is part of the internal API. This is a POST request.
Since:
4.4
See Also:
  • Constructor Details

    • ShowRequest

      public ShowRequest()
  • Method Details

    • setFrom

      public ShowRequest setFrom(String from)
      Example value: "10"
    • getFrom

      public String getFrom()
    • setKey

      public ShowRequest setKey(String key)
      This is a mandatory parameter. Example value: "my_project:/src/foo/Bar.php"
    • getKey

      public String getKey()
    • setTo

      public ShowRequest setTo(String to)
      Example value: "20"
    • getTo

      public String getTo()