Package com.ibm.fhir.model.type.code
Class AssertionResponseTypes
- java.lang.Object
-
- com.ibm.fhir.model.visitor.AbstractVisitable
-
- com.ibm.fhir.model.type.Element
-
- com.ibm.fhir.model.type.String
-
- com.ibm.fhir.model.type.Code
-
- com.ibm.fhir.model.type.code.AssertionResponseTypes
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class AssertionResponseTypes extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAssertionResponseTypes.Builderstatic classAssertionResponseTypes.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static AssertionResponseTypesBADbadstatic AssertionResponseTypesCONFLICTconflictstatic AssertionResponseTypesCREATEDcreatedstatic AssertionResponseTypesFORBIDDENforbiddenstatic AssertionResponseTypesGONEgonestatic AssertionResponseTypesMETHOD_NOT_ALLOWEDmethodNotAllowedstatic AssertionResponseTypesNO_CONTENTnoContentstatic AssertionResponseTypesNOT_FOUNDnotFoundstatic AssertionResponseTypesNOT_MODIFIEDnotModifiedstatic AssertionResponseTypesOKAYokaystatic AssertionResponseTypesPRECONDITION_FAILEDpreconditionFailedstatic AssertionResponseTypesUNPROCESSABLEunprocessable
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AssertionResponseTypes.Builderbuilder()static Codecode(String value)Inherited factory method for creating AssertionResponseTypes objects from a passed string value.booleanequals(Object obj)AssertionResponseTypes.ValueSetgetValueAsEnumConstant()inthashCode()static AssertionResponseTypesof(AssertionResponseTypes.ValueSet value)Factory method for creating AssertionResponseTypes objects from a passed enum value.static AssertionResponseTypesof(String value)Factory method for creating AssertionResponseTypes objects from a passed string value.static Stringstring(String value)Inherited factory method for creating AssertionResponseTypes objects from a passed string value.AssertionResponseTypes.BuildertoBuilder()Create a new Builder from the contents of this Element-
Methods inherited from class com.ibm.fhir.model.type.String
getValue, hasChildren
-
Methods inherited from class com.ibm.fhir.model.type.Element
as, getExtension, getId, is
-
-
-
-
Field Detail
-
OKAY
public static final AssertionResponseTypes OKAY
okayResponse code is 200.
-
CREATED
public static final AssertionResponseTypes CREATED
createdResponse code is 201.
-
NO_CONTENT
public static final AssertionResponseTypes NO_CONTENT
noContentResponse code is 204.
-
NOT_MODIFIED
public static final AssertionResponseTypes NOT_MODIFIED
notModifiedResponse code is 304.
-
BAD
public static final AssertionResponseTypes BAD
badResponse code is 400.
-
FORBIDDEN
public static final AssertionResponseTypes FORBIDDEN
forbiddenResponse code is 403.
-
NOT_FOUND
public static final AssertionResponseTypes NOT_FOUND
notFoundResponse code is 404.
-
METHOD_NOT_ALLOWED
public static final AssertionResponseTypes METHOD_NOT_ALLOWED
methodNotAllowedResponse code is 405.
-
CONFLICT
public static final AssertionResponseTypes CONFLICT
conflictResponse code is 409.
-
GONE
public static final AssertionResponseTypes GONE
goneResponse code is 410.
-
PRECONDITION_FAILED
public static final AssertionResponseTypes PRECONDITION_FAILED
preconditionFailedResponse code is 412.
-
UNPROCESSABLE
public static final AssertionResponseTypes UNPROCESSABLE
unprocessableResponse code is 422.
-
-
Method Detail
-
getValueAsEnumConstant
public AssertionResponseTypes.ValueSet getValueAsEnumConstant()
-
of
public static AssertionResponseTypes of(AssertionResponseTypes.ValueSet value)
Factory method for creating AssertionResponseTypes objects from a passed enum value.
-
of
public static AssertionResponseTypes of(String value)
Factory method for creating AssertionResponseTypes objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
string
public static String string(String value)
Inherited factory method for creating AssertionResponseTypes objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
code
public static Code code(String value)
Inherited factory method for creating AssertionResponseTypes objects from a passed string value.- Parameters:
value- A string that matches one of the allowed code values- Throws:
IllegalArgumentException- If the passed string cannot be parsed into an allowed code value
-
toBuilder
public AssertionResponseTypes.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static AssertionResponseTypes.Builder builder()
-
-