@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class DocumentList extends Object
| Constructor and Description |
|---|
DocumentList() |
| Modifier and Type | Method and Description |
|---|---|
DocumentList |
addListItem(Document listItem) |
DocumentList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Documents returned.
|
List<Document> |
getList()
Get list
|
String |
getNext()
Link to the next subset of resources qualified.
|
String |
getPrevious()
Link to the previous subset of resources qualified.
|
int |
hashCode() |
DocumentList |
list(List<Document> list) |
DocumentList |
next(String next) |
DocumentList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<Document> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public DocumentList count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public DocumentList next(String next)
public String getNext()
public void setNext(String next)
public DocumentList previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
public DocumentList list(List<Document> list)
public DocumentList addListItem(Document listItem)
Copyright © 2018 WSO2. All rights reserved.