Uses of Class
com.ibm.fhir.model.type.code.HTTPVerb
-
Packages that use HTTPVerb Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of HTTPVerb in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return HTTPVerb Modifier and Type Method Description HTTPVerbBundle.Entry.Request. getMethod()In a transaction or batch, this is the HTTP action to be executed for this entry.Methods in com.ibm.fhir.model.resource with parameters of type HTTPVerb Modifier and Type Method Description Bundle.Entry.Request.BuilderBundle.Entry.Request.Builder. method(HTTPVerb method)In a transaction or batch, this is the HTTP action to be executed for this entry. -
Uses of HTTPVerb in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as HTTPVerb Modifier and Type Field Description static HTTPVerbHTTPVerb. DELETEDELETEstatic HTTPVerbHTTPVerb. GETGETstatic HTTPVerbHTTPVerb. HEADHEADstatic HTTPVerbHTTPVerb. PATCHPATCHstatic HTTPVerbHTTPVerb. POSTPOSTstatic HTTPVerbHTTPVerb. PUTPUTMethods in com.ibm.fhir.model.type.code that return HTTPVerb Modifier and Type Method Description HTTPVerbHTTPVerb.Builder. build()static HTTPVerbHTTPVerb. of(HTTPVerb.ValueSet value)Factory method for creating HTTPVerb objects from a passed enum value.static HTTPVerbHTTPVerb. of(String value)Factory method for creating HTTPVerb objects from a passed string value.
-