public ResourceRepresentation get() throws SDKException {
return get(DEFAULT_PAGE_SIZE);
}
public BaseCollectionRepresentation get(int pageSize) throws SDKException {
BaseCollectionRepresentation collectionRepresentaton = (BaseCollectionRepresentation) newCollectionRepresentationInstance();
collectionRepresentaton.setPageStatistics(new PageStatisticsRepresentation());
return collectionRepresentaton;
}