Uses of Class
com.ibm.fhir.model.type.code.AssertionResponseTypes
-
Packages that use AssertionResponseTypes Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AssertionResponseTypes in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AssertionResponseTypes Modifier and Type Method Description AssertionResponseTypesTestScript.Setup.Action.Assert. getResponse()okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable.Methods in com.ibm.fhir.model.resource with parameters of type AssertionResponseTypes Modifier and Type Method Description TestScript.Setup.Action.Assert.BuilderTestScript.Setup.Action.Assert.Builder. response(AssertionResponseTypes response)okay | created | noContent | notModified | bad | forbidden | notFound | methodNotAllowed | conflict | gone | preconditionFailed | unprocessable. -
Uses of AssertionResponseTypes in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AssertionResponseTypes Modifier and Type Field Description static AssertionResponseTypesAssertionResponseTypes. BADbadstatic AssertionResponseTypesAssertionResponseTypes. CONFLICTconflictstatic AssertionResponseTypesAssertionResponseTypes. CREATEDcreatedstatic AssertionResponseTypesAssertionResponseTypes. FORBIDDENforbiddenstatic AssertionResponseTypesAssertionResponseTypes. GONEgonestatic AssertionResponseTypesAssertionResponseTypes. METHOD_NOT_ALLOWEDmethodNotAllowedstatic AssertionResponseTypesAssertionResponseTypes. NO_CONTENTnoContentstatic AssertionResponseTypesAssertionResponseTypes. NOT_FOUNDnotFoundstatic AssertionResponseTypesAssertionResponseTypes. NOT_MODIFIEDnotModifiedstatic AssertionResponseTypesAssertionResponseTypes. OKAYokaystatic AssertionResponseTypesAssertionResponseTypes. PRECONDITION_FAILEDpreconditionFailedstatic AssertionResponseTypesAssertionResponseTypes. UNPROCESSABLEunprocessableMethods in com.ibm.fhir.model.type.code that return AssertionResponseTypes Modifier and Type Method Description AssertionResponseTypesAssertionResponseTypes.Builder. build()static AssertionResponseTypesAssertionResponseTypes. of(AssertionResponseTypes.ValueSet value)Factory method for creating AssertionResponseTypes objects from a passed enum value.static AssertionResponseTypesAssertionResponseTypes. of(String value)Factory method for creating AssertionResponseTypes objects from a passed string value.
-