Interface AppendableResult

All Known Implementing Classes:
CodeResult, CommitResult, IPRResult, LabelResult, PullRequestResult, RepositoryResult, TopicResult, UserResult

public interface AppendableResult
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Notice that the null condition needs to be considered
    int
     
  • Method Details

    • appendItems

      int appendItems(AppendableResult other)
      Notice that the null condition needs to be considered
      Parameters:
      other - other appendable result
      Returns:
      item count appended
    • getItemCount

      int getItemCount()