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 final intHTTP response code for acceptedstatic final intHTTP response code for error responsestatic final intHTTP response code for createdstatic final intHTTP response code for multiple choicesstatic final intHTTP response code for no bodystatic final intHTTP response code for not modifiedstatic final intHTTP response code OKstatic final 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:
-
HTTP_CREATED
public static final int HTTP_CREATEDHTTP response code for created- See Also:
-
HTTP_ACCEPTED
public static final int HTTP_ACCEPTEDHTTP response code for accepted- See Also:
-
HTTP_NOBODY
public static final int HTTP_NOBODYHTTP response code for no body- See Also:
-
HTTP_MULTIPLE_CHOICES
public static final int HTTP_MULTIPLE_CHOICESHTTP response code for multiple choices- See Also:
-
HTTP_SEE_OTHER
public static final int HTTP_SEE_OTHERHTTP response code for see other- See Also:
-
HTTP_NOT_MODIFIED
public static final int HTTP_NOT_MODIFIEDHTTP response code for not modified- See Also:
-
HTTP_CLIENT_ERROR
public static final int HTTP_CLIENT_ERRORHTTP response code for error response- See Also:
-
-
Constructor Details
-
HttpResponseCode
public HttpResponseCode()
-