T - The type of resultspublic abstract class PageableGraphList<T> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PageableGraphList() |
protected |
PageableGraphList(String nextLink,
List<T> entries) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getEntries() |
String |
getNextLink() |
String |
toString() |
Copyright © 2024 Atlassian. All rights reserved.