public class AssetList extends PaginatedList<ExchangeAssetOverview,Organization>
PaginatedList.PaginatingIterator| Constructor and Description |
|---|
AssetList(Organization org,
String filter) |
AssetList(Organization org,
String filter,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
protected @NotNull com.kloudtek.util.URLBuilder |
buildUrl() |
void |
delete() |
List<ExchangeAssetOverview> |
getAssets() |
protected void |
parseJson(String json,
JsonHelper jsonHelper) |
void |
setAssets(List<ExchangeAssetOverview> assetOverviews) |
download, getAll, getTotal, iterator, setTotal, sizeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic AssetList(Organization org, String filter) throws HttpException
HttpExceptionpublic AssetList(Organization org, String filter, int limit) throws HttpException
HttpException@NotNull protected @NotNull com.kloudtek.util.URLBuilder buildUrl()
buildUrl in class PaginatedList<ExchangeAssetOverview,Organization>protected void parseJson(String json, JsonHelper jsonHelper)
parseJson in class PaginatedList<ExchangeAssetOverview,Organization>public List<ExchangeAssetOverview> getAssets()
public void setAssets(List<ExchangeAssetOverview> assetOverviews)
public void delete()
throws HttpException
HttpExceptionCopyright © 2019 Kloudtek. All rights reserved.