Uses of Class
fr.gouv.vitam.common.client.CustomVitamHttpStatusCode
-
Packages that use CustomVitamHttpStatusCode Package Description fr.gouv.vitam.common.client Basic Vitam Client Common interfaces -
-
Uses of CustomVitamHttpStatusCode in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that return CustomVitamHttpStatusCode Modifier and Type Method Description static CustomVitamHttpStatusCode
CustomVitamHttpStatusCode. fromStatusCode(int statusCode)
static CustomVitamHttpStatusCode
CustomVitamHttpStatusCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CustomVitamHttpStatusCode[]
CustomVitamHttpStatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-