Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Rest
-
Uses of Conformance.Rest in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionConformance.Rest.addCompartment
(ca.uhn.fhir.model.primitive.UriDt theValue) Adds a given new value for compartment ()Conformance.Rest.addCompartment
(String theUri) Adds a new value for compartment ()Conformance.Rest.addInteraction
(Conformance.RestInteraction theValue) Adds a given new value for interaction ()Conformance.Rest.addOperation
(Conformance.RestOperation theValue) Adds a given new value for operation ()Conformance.Rest.addResource
(Conformance.RestResource theValue) Adds a given new value for resource ()Conformance.addRest()
Adds and returns a new value for rest ()Conformance.Rest.addSearchParam
(Conformance.RestResourceSearchParam theValue) Adds a given new value for searchParam ()Conformance.getRestFirstRep()
Gets the first repetition for rest (), creating it if it does not already exist.Conformance.Rest.setCompartment
(List<ca.uhn.fhir.model.primitive.UriDt> theValue) Sets the value(s) for compartment ()Conformance.Rest.setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.Rest.setDocumentation
(String theString) Sets the value for documentation ()Conformance.Rest.setInteraction
(List<Conformance.RestInteraction> theValue) Sets the value(s) for interaction ()Conformance.Rest.setMode
(RestfulConformanceModeEnum theValue) Sets the value(s) for mode ()Conformance.Rest.setMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<RestfulConformanceModeEnum> theValue) Sets the value(s) for mode ()Conformance.Rest.setOperation
(List<Conformance.RestOperation> theValue) Sets the value(s) for operation ()Conformance.Rest.setResource
(List<Conformance.RestResource> theValue) Sets the value(s) for resource ()Conformance.Rest.setSearchParam
(List<Conformance.RestResourceSearchParam> theValue) Sets the value(s) for searchParam ()Conformance.Rest.setSecurity
(Conformance.RestSecurity theValue) Sets the value(s) for security ()Conformance.Rest.setTransactionMode
(TransactionModeEnum theValue) Sets the value(s) for transactionMode ()Conformance.Rest.setTransactionMode
(ca.uhn.fhir.model.primitive.BoundCodeDt<TransactionModeEnum> theValue) Sets the value(s) for transactionMode ()Modifier and TypeMethodDescriptionConformance.addRest
(Conformance.Rest theValue) Adds a given new value for rest ()Modifier and TypeMethodDescriptionConformance.setRest
(List<Conformance.Rest> theValue) Sets the value(s) for rest ()