com.kii.sdk.photocolle
Class ContentThumbnailInfoList

java.lang.Object
  extended by com.kii.sdk.photocolle.ContentThumbnailInfoList
All Implemented Interfaces:
DTO

public class ContentThumbnailInfoList
extends Object
implements DTO

List of content thumbnail information.


Method Summary
 List<ContentThumbnailInfo> getList()
          Get list of content thumbnail information.
 List<ContentGUID> getNGList()
          Get the list of content guids whose thumbnails PhotoColleSDK failed to retrieve.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getList

public List<ContentThumbnailInfo> getList()
Get list of content thumbnail information.

Returns:
list.

getNGList

public List<ContentGUID> getNGList()
Get the list of content guids whose thumbnails PhotoColleSDK failed to retrieve.

Returns:
ngList.