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 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