public static class ResponseStatus.Success2xx extends Object
Modifier and Type | Field and Description |
---|---|
static Response.StatusType |
ACCEPTED_202
202 Accepted.
|
static Response.StatusType |
ALREADY_REPORTED_208
208 Already Reported.
|
static Response.StatusType |
CREATED_201
201 Created.
|
static Response.StatusType |
IM_USED_226
226 IM used.
|
static Response.StatusType |
MULTI_STATUS_207
207 Multi-Status.
|
static Response.StatusType |
NO_CONTENT_204
204 No Content.
|
static Response.StatusType |
NON_AUTHORITATIVE_INFORMATION_203
203 Non-Authoritative Information.
|
static Response.StatusType |
OK_200
200 OK.
|
static Response.StatusType |
PARTIAL_CONTENT_206
206 Partial Content.
|
static Response.StatusType |
RESET_CONTENT_205
205 Reset Content.
|
Constructor and Description |
---|
Success2xx() |
public static final Response.StatusType OK_200
public static final Response.StatusType CREATED_201
public static final Response.StatusType ACCEPTED_202
public static final Response.StatusType NON_AUTHORITATIVE_INFORMATION_203
public static final Response.StatusType NO_CONTENT_204
public static final Response.StatusType RESET_CONTENT_205
public static final Response.StatusType PARTIAL_CONTENT_206
public static final Response.StatusType MULTI_STATUS_207
public static final Response.StatusType ALREADY_REPORTED_208
public static final Response.StatusType IM_USED_226
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.