Interface AppendableResult
- All Known Implementing Classes:
CodeResult,CommitResult,IPRResult,LabelResult,PullRequestResult,RepositoryResult,TopicResult,UserResult
public interface AppendableResult
-
Method Summary
Modifier and TypeMethodDescriptionintappendItems(AppendableResult other) Notice that thenullcondition needs to be consideredint
-
Method Details
-
appendItems
Notice that thenullcondition needs to be considered- Parameters:
other- other appendable result- Returns:
- item count appended
-
getItemCount
int getItemCount()
-