Class HttpStatus
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.constants.HttpStatus
-
public final class HttpStatus extends Object
author Pascal Knueppel
created at: 28.09.2019 - 11:37
this class holds the relevant http status codes that we need here
-
-
Field Summary
Fields Modifier and Type Field Description static intBAD_REQUESTstatic intCONFLICTstatic intCREATEDstatic intFORBIDDENstatic intINTERNAL_SERVER_ERRORstatic intMETHOD_NOT_ALLOWEDstatic intMOVED_PERMANENTLYstatic intMOVED_TEMPORARILYstatic intNO_CONTENTstatic intNOT_ACCEPTABLEstatic intNOT_FOUNDstatic intNOT_IMPLEMENTEDstatic intNOT_MODIFIEDstatic intOKstatic intPRECONDITION_FAILEDstatic intREQUEST_TOO_LONGstatic intREQUEST_URI_TOO_LONGstatic intUNAUTHORIZEDstatic intUNSUPPORTED_MEDIA_TYPE
-
Constructor Summary
Constructors Constructor Description HttpStatus()
-
-
-
Field Detail
-
OK
public static final int OK
- See Also:
- Constant Field Values
-
CREATED
public static final int CREATED
- See Also:
- Constant Field Values
-
NO_CONTENT
public static final int NO_CONTENT
- See Also:
- Constant Field Values
-
MOVED_PERMANENTLY
public static final int MOVED_PERMANENTLY
- See Also:
- Constant Field Values
-
MOVED_TEMPORARILY
public static final int MOVED_TEMPORARILY
- See Also:
- Constant Field Values
-
NOT_MODIFIED
public static final int NOT_MODIFIED
- See Also:
- Constant Field Values
-
BAD_REQUEST
public static final int BAD_REQUEST
- See Also:
- Constant Field Values
-
UNAUTHORIZED
public static final int UNAUTHORIZED
- See Also:
- Constant Field Values
-
FORBIDDEN
public static final int FORBIDDEN
- See Also:
- Constant Field Values
-
NOT_FOUND
public static final int NOT_FOUND
- See Also:
- Constant Field Values
-
METHOD_NOT_ALLOWED
public static final int METHOD_NOT_ALLOWED
- See Also:
- Constant Field Values
-
NOT_ACCEPTABLE
public static final int NOT_ACCEPTABLE
- See Also:
- Constant Field Values
-
CONFLICT
public static final int CONFLICT
- See Also:
- Constant Field Values
-
PRECONDITION_FAILED
public static final int PRECONDITION_FAILED
- See Also:
- Constant Field Values
-
REQUEST_TOO_LONG
public static final int REQUEST_TOO_LONG
- See Also:
- Constant Field Values
-
REQUEST_URI_TOO_LONG
public static final int REQUEST_URI_TOO_LONG
- See Also:
- Constant Field Values
-
UNSUPPORTED_MEDIA_TYPE
public static final int UNSUPPORTED_MEDIA_TYPE
- See Also:
- Constant Field Values
-
INTERNAL_SERVER_ERROR
public static final int INTERNAL_SERVER_ERROR
- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED
public static final int NOT_IMPLEMENTED
- See Also:
- Constant Field Values
-
-