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

br.eti.clairton.repository.http.Param Maven / Gradle / Ivy

There is a newer version: 1.4.1
Show newest version
package br.eti.clairton.repository.http;

public class Param {
    public static final String PAGE = "page";
    
    public static final String DIRECTION = "direction";
    
    public static final String PER_PAGE = "per_page";
    
    public static final String SORT = "sort";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy