public enum AssertResponseCodeTypes extends Enum<AssertResponseCodeTypes>
| Enum Constant and Description |
|---|
BAD
Response code is 400.
|
CONFLICT
Response code is 409.
|
CREATED
Response code is 201.
|
FORBIDDEN
Response code is 403.
|
GONE
Response code is 410.
|
METHODNOTALLOWED
Response code is 405.
|
NOCONTENT
Response code is 204.
|
NOTFOUND
Response code is 404.
|
NOTMODIFIED
Response code is 304.
|
NULL
added to help the parsers
|
OKAY
Response code is 200.
|
PRECONDITIONFAILED
Response code is 412.
|
UNPROCESSABLE
Response code is 422.
|
| Modifier and Type | Method and Description |
|---|---|
static AssertResponseCodeTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static AssertResponseCodeTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertResponseCodeTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertResponseCodeTypes OKAY
public static final AssertResponseCodeTypes CREATED
public static final AssertResponseCodeTypes NOCONTENT
public static final AssertResponseCodeTypes NOTMODIFIED
public static final AssertResponseCodeTypes BAD
public static final AssertResponseCodeTypes FORBIDDEN
public static final AssertResponseCodeTypes NOTFOUND
public static final AssertResponseCodeTypes METHODNOTALLOWED
public static final AssertResponseCodeTypes CONFLICT
public static final AssertResponseCodeTypes GONE
public static final AssertResponseCodeTypes PRECONDITIONFAILED
public static final AssertResponseCodeTypes UNPROCESSABLE
public static final AssertResponseCodeTypes NULL
public static AssertResponseCodeTypes[] values()
for (AssertResponseCodeTypes c : AssertResponseCodeTypes.values()) System.out.println(c);
public static AssertResponseCodeTypes valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static AssertResponseCodeTypes fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.