@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2017-09-07T02:17:03.896Z") public class SubscriptionList extends Object
| Constructor and Description |
|---|
SubscriptionList() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionList |
addListItem(Subscription listItem) |
SubscriptionList |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Subscriptions returned.
|
List<Subscription> |
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() |
SubscriptionList |
list(List<Subscription> list) |
SubscriptionList |
next(String next) |
SubscriptionList |
previous(String previous) |
void |
setCount(Integer count) |
void |
setList(List<Subscription> list) |
void |
setNext(String next) |
void |
setPrevious(String previous) |
String |
toString() |
public SubscriptionList count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public SubscriptionList next(String next)
public String getNext()
public void setNext(String next)
public SubscriptionList previous(String previous)
public String getPrevious()
public void setPrevious(String previous)
public SubscriptionList list(List<Subscription> list)
public SubscriptionList addListItem(Subscription listItem)
public List<Subscription> getList()
public void setList(List<Subscription> list)
Copyright © 2018 WSO2. All rights reserved.