Package com.microsoft.graph.http
Class HttpResponseCode
java.lang.Object
com.microsoft.graph.http.HttpResponseCode
The HTTP code for the HTTP request
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intHTTP response code for acceptedstatic intHTTP response code for error responsestatic intHTTP response code for createdstatic intHTTP response code for multiple choicesstatic intHTTP response code for no bodystatic intHTTP response code for not modifiedstatic intHTTP response code OKstatic intHTTP response code for see other -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
HTTP_OK
public static final int HTTP_OKHTTP response code OK- See Also:
- Constant Field Values
-
HTTP_CREATED
public static final int HTTP_CREATEDHTTP response code for created- See Also:
- Constant Field Values
-
HTTP_ACCEPTED
public static final int HTTP_ACCEPTEDHTTP response code for accepted- See Also:
- Constant Field Values
-
HTTP_NOBODY
public static final int HTTP_NOBODYHTTP response code for no body- See Also:
- Constant Field Values
-
HTTP_MULTIPLE_CHOICES
public static final int HTTP_MULTIPLE_CHOICESHTTP response code for multiple choices- See Also:
- Constant Field Values
-
HTTP_SEE_OTHER
public static final int HTTP_SEE_OTHERHTTP response code for see other- See Also:
- Constant Field Values
-
HTTP_NOT_MODIFIED
public static final int HTTP_NOT_MODIFIEDHTTP response code for not modified- See Also:
- Constant Field Values
-
HTTP_CLIENT_ERROR
public static final int HTTP_CLIENT_ERRORHTTP response code for error response- See Also:
- Constant Field Values
-
-
Constructor Details
-
HttpResponseCode
public HttpResponseCode()
-