public class GetDocPageLinksResponse
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GetDocPageLinksResponse.PageData |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<GetDocPageLinksResponse.PageData> |
pages |
| Constructor and Description |
|---|
GetDocPageLinksResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addPageData(java.lang.Integer frontPageIndex) |
void |
addPageData(java.lang.Integer frontPageIndex,
java.lang.Integer backPageIndex) |
public java.util.List<GetDocPageLinksResponse.PageData> pages