Class APIContractList
java.lang.Object
com.aeontronix.enhancedmule.tools.util.PaginatedList<APIContract,API>
com.aeontronix.enhancedmule.tools.anypoint.api.APIContractList
- All Implemented Interfaces:
Iterable<APIContract>
public class APIContractList extends PaginatedList<APIContract,API>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
PaginatedList.PaginatingIterator -
Field Summary
-
Constructor Summary
Constructors Constructor Description APIContractList(API api) -
Method Summary
Modifier and Type Method Description protected com.aeontronix.commons.URLBuilderbuildUrl()List<APIContract>getContracts()voidsetContracts(List<APIContract> list)Methods inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
download, getAll, getTotal, iterator, parseJson, setTotal, size
-
Constructor Details
-
APIContractList
- Throws:
HttpException
-
-
Method Details
-
buildUrl
@NotNull protected com.aeontronix.commons.URLBuilder buildUrl()- Specified by:
buildUrlin classPaginatedList<APIContract,API>
-
getContracts
-
setContracts
-