Class AssetList
java.lang.Object
com.aeontronix.enhancedmule.tools.util.PaginatedList<ExchangeAssetOverview,Organization>
com.aeontronix.enhancedmule.tools.anypoint.exchange.AssetList
- All Implemented Interfaces:
Iterable<ExchangeAssetOverview>
public class AssetList extends PaginatedList<ExchangeAssetOverview,Organization>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
PaginatedList.PaginatingIterator -
Field Summary
-
Constructor Summary
Constructors Constructor Description AssetList(Organization org, String filter)AssetList(Organization org, String filter, int limit) -
Method Summary
Modifier and Type Method Description protected @NotNull com.aeontronix.commons.URLBuilderbuildUrl()voiddelete()List<ExchangeAssetOverview>getAssets()protected voidparseJson(String json, JsonHelper jsonHelper)voidsetAssets(List<ExchangeAssetOverview> assetOverviews)Methods inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
download, getAll, getTotal, iterator, setTotal, size
-
Constructor Details
-
AssetList
- Throws:
HttpException
-
AssetList
- Throws:
HttpException
-
-
Method Details
-
buildUrl
@NotNull protected @NotNull com.aeontronix.commons.URLBuilder buildUrl()- Specified by:
buildUrlin classPaginatedList<ExchangeAssetOverview,Organization>
-
parseJson
- Overrides:
parseJsonin classPaginatedList<ExchangeAssetOverview,Organization>
-
getAssets
-
setAssets
-
delete
- Throws:
HttpException
-