Package com.synopsys.integration.rest
Class RestConstants
- java.lang.Object
-
- com.synopsys.integration.rest.RestConstants
-
public class RestConstants extends java.lang.Object
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description RestConstants()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringformatDate(java.util.Date date)static java.util.DateparseDateString(java.lang.String dateString)
-
-
-
Field Detail
-
JSON_DATE_FORMAT
public static final java.lang.String JSON_DATE_FORMAT
- See Also:
- Constant Field Values
-
OK_200
public static final int OK_200
- See Also:
- Constant Field Values
-
CREATED_201
public static final int CREATED_201
- See Also:
- Constant Field Values
-
ACCEPTED_202
public static final int ACCEPTED_202
- See Also:
- Constant Field Values
-
NOT_AUTHORITATIVE_203
public static final int NOT_AUTHORITATIVE_203
- See Also:
- Constant Field Values
-
NO_CONTENT_204
public static final int NO_CONTENT_204
- See Also:
- Constant Field Values
-
RESET_205
public static final int RESET_205
- See Also:
- Constant Field Values
-
PARTIAL_206
public static final int PARTIAL_206
- See Also:
- Constant Field Values
-
MULT_CHOICE_300
public static final int MULT_CHOICE_300
- See Also:
- Constant Field Values
-
MOVED_PERM_301
public static final int MOVED_PERM_301
- See Also:
- Constant Field Values
-
MOVED_TEMP_302
public static final int MOVED_TEMP_302
- See Also:
- Constant Field Values
-
SEE_OTHER_303
public static final int SEE_OTHER_303
- See Also:
- Constant Field Values
-
NOT_MODIFIED_304
public static final int NOT_MODIFIED_304
- See Also:
- Constant Field Values
-
USE_PROXY_305
public static final int USE_PROXY_305
- See Also:
- Constant Field Values
-
BAD_REQUEST_400
public static final int BAD_REQUEST_400
- See Also:
- Constant Field Values
-
UNAUTHORIZED_401
public static final int UNAUTHORIZED_401
- See Also:
- Constant Field Values
-
PAYMENT_REQUIRED_402
public static final int PAYMENT_REQUIRED_402
- See Also:
- Constant Field Values
-
FORBIDDEN_403
public static final int FORBIDDEN_403
- See Also:
- Constant Field Values
-
NOT_FOUND_404
public static final int NOT_FOUND_404
- See Also:
- Constant Field Values
-
BAD_METHOD_405
public static final int BAD_METHOD_405
- See Also:
- Constant Field Values
-
NOT_ACCEPTABLE_406
public static final int NOT_ACCEPTABLE_406
- See Also:
- Constant Field Values
-
PROXY_AUTH_407
public static final int PROXY_AUTH_407
- See Also:
- Constant Field Values
-
CLIENT_TIMEOUT_408
public static final int CLIENT_TIMEOUT_408
- See Also:
- Constant Field Values
-
CONFLICT_409
public static final int CONFLICT_409
- See Also:
- Constant Field Values
-
GONE_410
public static final int GONE_410
- See Also:
- Constant Field Values
-
LENGTH_REQUIRED_411
public static final int LENGTH_REQUIRED_411
- See Also:
- Constant Field Values
-
PRECON_FAILED_412
public static final int PRECON_FAILED_412
- See Also:
- Constant Field Values
-
ENTITY_TOO_LARGE_413
public static final int ENTITY_TOO_LARGE_413
- See Also:
- Constant Field Values
-
REQ_TOO_LONG_414
public static final int REQ_TOO_LONG_414
- See Also:
- Constant Field Values
-
UNSUPPORTED_TYPE_415
public static final int UNSUPPORTED_TYPE_415
- See Also:
- Constant Field Values
-
INTERNAL_ERROR_500
public static final int INTERNAL_ERROR_500
- See Also:
- Constant Field Values
-
NOT_IMPLEMENTED_501
public static final int NOT_IMPLEMENTED_501
- See Also:
- Constant Field Values
-
BAD_GATEWAY_502
public static final int BAD_GATEWAY_502
- See Also:
- Constant Field Values
-
UNAVAILABLE_503
public static final int UNAVAILABLE_503
- See Also:
- Constant Field Values
-
GATEWAY_TIMEOUT_504
public static final int GATEWAY_TIMEOUT_504
- See Also:
- Constant Field Values
-
VERSION_505
public static final int VERSION_505
- See Also:
- Constant Field Values
-
-