Class SearchIssueResponse

java.lang.Object
io.codemodder.providers.sonar.api.SearchIssueResponse

public class SearchIssueResponse extends Object
The top level response from the issues API.
  • Constructor Details

    • SearchIssueResponse

      public SearchIssueResponse()
  • Method Details

    • getPaging

      public Paging getPaging()
    • getIssues

      public List<Issue> getIssues()