HttpResponseCode Class

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

public final class HttpResponseCode

The HTTP code for the HTTP request

Field Summary

Modifier and Type Field and Description
static final int HTTP_ACCEPTED

HTTP response code for accepted

static final int HTTP_CLIENT_ERROR

HTTP response code for error response

static final int HTTP_CREATED

HTTP response code for created

static final int HTTP_MULTIPLE_CHOICES

HTTP response code for multiple choices

static final int HTTP_NOBODY

HTTP response code for no body

static final int HTTP_NOT_MODIFIED

HTTP response code for not modified

static final int HTTP_OK

HTTP response code OK

static final int HTTP_SEE_OTHER

HTTP response code for see other

Constructor Summary

Constructor Description
HttpResponseCode()

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

HTTP_ACCEPTED

public static final int HTTP_ACCEPTED

HTTP response code for accepted

HTTP_CLIENT_ERROR

public static final int HTTP_CLIENT_ERROR

HTTP response code for error response

HTTP_CREATED

public static final int HTTP_CREATED

HTTP response code for created

HTTP_MULTIPLE_CHOICES

public static final int HTTP_MULTIPLE_CHOICES

HTTP response code for multiple choices

HTTP_NOBODY

public static final int HTTP_NOBODY

HTTP response code for no body

HTTP_NOT_MODIFIED

public static final int HTTP_NOT_MODIFIED

HTTP response code for not modified

HTTP_OK

public static final int HTTP_OK

HTTP response code OK

HTTP_SEE_OTHER

public static final int HTTP_SEE_OTHER

HTTP response code for see other

Constructor Details

HttpResponseCode

public HttpResponseCode()

Applies to