public class ContractList extends Object
| Constructor and Description |
|---|
ContractList() |
| Modifier and Type | Method and Description |
|---|---|
ContractList |
addContractsItem(Contract contractsItem) |
ContractList |
contracts(List<Contract> contracts) |
boolean |
equals(Object o) |
List<Contract> |
getContracts()
Get contracts
|
String |
getNextLink()
Get nextLink
|
int |
hashCode() |
ContractList |
nextLink(String nextLink) |
void |
setContracts(List<Contract> contracts) |
void |
setNextLink(String nextLink) |
String |
toString() |
public ContractList nextLink(String nextLink)
public String getNextLink()
public void setNextLink(String nextLink)
public ContractList contracts(List<Contract> contracts)
public ContractList addContractsItem(Contract contractsItem)
Copyright © 2018. All rights reserved.