Package com.ibm.fhir.model.type.code
Class TestScriptRequestMethodCode
- 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.TestScriptRequestMethodCode
-
- All Implemented Interfaces:
Visitable
@Generated("com.ibm.fhir.tools.CodeGenerator") public class TestScriptRequestMethodCode extends Code
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestScriptRequestMethodCode.Builderstatic classTestScriptRequestMethodCode.ValueSet
-
Field Summary
Fields Modifier and Type Field Description static TestScriptRequestMethodCodeDELETEDELETEstatic TestScriptRequestMethodCodeGETGETstatic TestScriptRequestMethodCodeHEADHEADstatic TestScriptRequestMethodCodeOPTIONSOPTIONSstatic TestScriptRequestMethodCodePATCHPATCHstatic TestScriptRequestMethodCodePOSTPOSTstatic TestScriptRequestMethodCodePUTPUT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestScriptRequestMethodCode.Builderbuilder()static Codecode(String value)Inherited factory method for creating TestScriptRequestMethodCode objects from a passed string value.booleanequals(Object obj)TestScriptRequestMethodCode.ValueSetgetValueAsEnumConstant()inthashCode()static TestScriptRequestMethodCodeof(TestScriptRequestMethodCode.ValueSet value)Factory method for creating TestScriptRequestMethodCode objects from a passed enum value.static TestScriptRequestMethodCodeof(String value)Factory method for creating TestScriptRequestMethodCode objects from a passed string value.static Stringstring(String value)Inherited factory method for creating TestScriptRequestMethodCode objects from a passed string value.TestScriptRequestMethodCode.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
-
DELETE
public static final TestScriptRequestMethodCode DELETE
DELETEHTTP DELETE operation.
-
GET
public static final TestScriptRequestMethodCode GET
GETHTTP GET operation.
-
OPTIONS
public static final TestScriptRequestMethodCode OPTIONS
OPTIONSHTTP OPTIONS operation.
-
PATCH
public static final TestScriptRequestMethodCode PATCH
PATCHHTTP PATCH operation.
-
POST
public static final TestScriptRequestMethodCode POST
POSTHTTP POST operation.
-
PUT
public static final TestScriptRequestMethodCode PUT
PUTHTTP PUT operation.
-
HEAD
public static final TestScriptRequestMethodCode HEAD
HEADHTTP HEAD operation.
-
-
Method Detail
-
getValueAsEnumConstant
public TestScriptRequestMethodCode.ValueSet getValueAsEnumConstant()
-
of
public static TestScriptRequestMethodCode of(TestScriptRequestMethodCode.ValueSet value)
Factory method for creating TestScriptRequestMethodCode objects from a passed enum value.
-
of
public static TestScriptRequestMethodCode of(String value)
Factory method for creating TestScriptRequestMethodCode 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 TestScriptRequestMethodCode 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 TestScriptRequestMethodCode 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 TestScriptRequestMethodCode.Builder toBuilder()
Description copied from class:ElementCreate a new Builder from the contents of this Element
-
builder
public static TestScriptRequestMethodCode.Builder builder()
-
-