Class HttpResponseCode

java.lang.Object
com.microsoft.graph.http.HttpResponseCode

public final class HttpResponseCode extends Object
The HTTP code for the HTTP request
  • Field Details

    • HTTP_OK

      public static final int HTTP_OK
      HTTP response code OK
      See Also:
    • HTTP_CREATED

      public static final int HTTP_CREATED
      HTTP response code for created
      See Also:
    • HTTP_ACCEPTED

      public static final int HTTP_ACCEPTED
      HTTP response code for accepted
      See Also:
    • HTTP_NOBODY

      public static final int HTTP_NOBODY
      HTTP response code for no body
      See Also:
    • HTTP_MULTIPLE_CHOICES

      public static final int HTTP_MULTIPLE_CHOICES
      HTTP response code for multiple choices
      See Also:
    • HTTP_SEE_OTHER

      public static final int HTTP_SEE_OTHER
      HTTP response code for see other
      See Also:
    • HTTP_NOT_MODIFIED

      public static final int HTTP_NOT_MODIFIED
      HTTP response code for not modified
      See Also:
    • HTTP_CLIENT_ERROR

      public static final int HTTP_CLIENT_ERROR
      HTTP response code for error response
      See Also:
  • Constructor Details

    • HttpResponseCode

      public HttpResponseCode()