All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.annimon.tgbotsmodule.api.methods.interfaces.PaginableMethod Maven / Gradle / Ivy

The newest version!
package com.annimon.tgbotsmodule.api.methods.interfaces;

import java.io.Serializable;

public interface PaginableMethod extends Method {

    Integer getOffset();

    M setOffset(Integer offset);

    Integer getLimit();

    M setLimit(Integer limit);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy