public class ConnectionList extends Object
| Constructor and Description |
|---|
ConnectionList() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionList |
addConnectionItem(Connection connectionItem) |
ConnectionList |
connection(List<Connection> connection) |
boolean |
equals(Object o) |
List<Connection> |
getConnection()
Get connection
|
String |
getNextLink()
Get nextLink
|
int |
hashCode() |
ConnectionList |
nextLink(String nextLink) |
void |
setConnection(List<Connection> connection) |
void |
setNextLink(String nextLink) |
String |
toString() |
public ConnectionList nextLink(String nextLink)
public String getNextLink()
public void setNextLink(String nextLink)
public ConnectionList connection(List<Connection> connection)
public ConnectionList addConnectionItem(Connection connectionItem)
public List<Connection> getConnection()
public void setConnection(List<Connection> connection)
Copyright © 2018. All rights reserved.