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

clients.symphony.api.constants.CommonConstants Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package clients.symphony.api.constants;

public class CommonConstants {
    public static final String HTTPSPREFIX = "https://";
    public static final int CLIENTERROR = 400;
    public static final int UNAUTHORIZED = 401;
    public static final int FORBIDDEN = 403;
    public static final int NOCONTENT = 204;


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy