public static class

PagedListWrapper.PagedListWrapperDocExample

extends PagedListWrapper<T, Z>
java.lang.Object
   ↳ com.atlassian.jira.rest.api.expand.PagedListWrapper<T, Z>
     ↳ com.atlassian.jira.rest.api.expand.PagedListWrapper.PagedListWrapperDocExample<T, Z>

Class Overview

This class is for documentation purpose only, do not use it.

Summary

[Expand]
Inherited Fields
From class com.atlassian.jira.rest.api.expand.PagedListWrapper
Public Constructors
PagedListWrapper.PagedListWrapperDocExample(int maxResults, int startIndex, int endIndex, Collection<T> items)
Public Methods
T fromBackedObject(Z backedObject)
int getBackingListSize()
List<Z> getOrderedList(int startIndex, int endIndex)
[Expand]
Inherited Methods
From class com.atlassian.jira.rest.api.expand.PagedListWrapper
From class java.lang.Object
From interface com.atlassian.plugins.rest.common.expand.entity.ListWrapper

Public Constructors

public PagedListWrapper.PagedListWrapperDocExample (int maxResults, int startIndex, int endIndex, Collection<T> items)

Public Methods

public T fromBackedObject (Z backedObject)

public int getBackingListSize ()

public List<Z> getOrderedList (int startIndex, int endIndex)