| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.pull.SimplePullRequestActivityPage<T extends com.atlassian.bitbucket.pull.PullRequestActivity> |
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.atlassian.bitbucket.pull.PullRequestActivityPage
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get a map of the page values mapped by their ordinal values.
| |||||||||||
Transforms the page from a page of Ts to a page of Es
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.atlassian.bitbucket.pull.PullRequestActivityPage
| |||||||||||
From interface
com.atlassian.bitbucket.util.Page
| |||||||||||
Get a map of the page values mapped by their ordinal values. For filtered pages, the ordinals are the ordinals in the underlying paged collection.
Transforms the page from a page of Ts to a page of Es
| transformFunction | the transformer |
|---|