PaginationInfo.java
382 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ConsumerType
*/
package com.adobe.cq.commerce.api;
import aQute.bnd.annotation.ConsumerType;
@ConsumerType
public interface PaginationInfo {
public int getPageSize();
public int getCurrentPage();
public int getTotalPages();
public int getTotalResults();
}