Class ShowRequest

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

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

    • ShowRequest

      public ShowRequest()
  • Method Details

    • setCompareToSonarWay

      public ShowRequest setCompareToSonarWay(String compareToSonarWay)
      This is part of the internal API. Possible values:
      • "true"
      • "false"
      • "yes"
      • "no"
    • getCompareToSonarWay

      public String getCompareToSonarWay()
    • setKey

      public ShowRequest setKey(String key)
      This is a mandatory parameter. Example value: "AU-Tpxb--iU5OvuD2FLy"
    • getKey

      public String getKey()