clients.symphony.api.constants.CommonConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of symphony-api-client-java Show documentation
Show all versions of symphony-api-client-java Show documentation
Symphony API Client provided by Symphony Platform Solutions team
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