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