Uses of Class
com.gooddata.lcm.LcmEntity
-
Packages that use LcmEntity Package Description com.gooddata.lcm -
-
Uses of LcmEntity in com.gooddata.lcm
Methods in com.gooddata.lcm that return types with arguments of type LcmEntity Modifier and Type Method Description com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account)Lists allLcmEntitiesfor givenAccount.com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, com.gooddata.collections.Page startPage)Lists allLcmEntitiesfor givenAccount.com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, LcmEntityFilter filter)com.gooddata.collections.PageableList<LcmEntity>LcmService. listLcmEntities(Account account, LcmEntityFilter filter, com.gooddata.collections.Page startPage)Constructor parameters in com.gooddata.lcm with type arguments of type LcmEntity Constructor Description LcmEntities(List<LcmEntity> items, com.gooddata.collections.Paging paging, Map<String,String> links)
-