net.stepniak.picheese.pojos.v1
Class CollectionPhoto

java.lang.Object
  extended by net.stepniak.picheese.pojos.Base
      extended by net.stepniak.picheese.pojos.v1.CollectionBase
          extended by net.stepniak.picheese.pojos.v1.CollectionPhoto
All Implemented Interfaces:
Serializable

public class CollectionPhoto
extends CollectionBase

See Also:
Serialized Form

Constructor Summary
CollectionPhoto()
           
CollectionPhoto(int currentPage, int pageLimit, int totalResults, List<Photo> entities)
           
 
Method Summary
 List<Photo> getEntities()
           
 
Methods inherited from class net.stepniak.picheese.pojos.v1.CollectionBase
getCurrentPage, getIsNext, getIsPrev, getNextPage, getPageLimit, getPrevPage, getTotalPages, getTotalResults
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionPhoto

public CollectionPhoto()

CollectionPhoto

public CollectionPhoto(int currentPage,
                       int pageLimit,
                       int totalResults,
                       List<Photo> entities)
Method Detail

getEntities

public List<Photo> getEntities()


Copyright © 2013. All Rights Reserved.