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>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aeontronix.enhancedmule.tools.util.PaginatedList
PaginatedList.PaginatingIterator -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAssetList(Organization org, String filter) AssetList(Organization org, String filter, int limit) -
Method Summary
Modifier and TypeMethodDescriptionprotected @NotNull com.aeontronix.commons.URLBuilderbuildUrl()voiddelete()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, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
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
-