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 HTTPS_PREFIX = "https://";
    public static final int CLIENT_ERROR = 400;
    public static final int UNAUTHORIZED = 401;
    public static final int FORBIDDEN = 403;
    public static final int NO_CONTENT = 204;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy