Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestInteraction
-
Uses of Conformance.RestInteraction in ca.uhn.fhir.model.dstu2.resource
Modifier and TypeMethodDescriptionConformance.Rest.addInteraction()
Adds and returns a new value for interaction ()Conformance.Rest.getInteractionFirstRep()
Gets the first repetition for interaction (), creating it if it does not already exist.Conformance.RestInteraction.setCode
(SystemRestfulInteractionEnum theValue) Sets the value(s) for code ()Conformance.RestInteraction.setCode
(ca.uhn.fhir.model.primitive.BoundCodeDt<SystemRestfulInteractionEnum> theValue) Sets the value(s) for code ()Conformance.RestInteraction.setDocumentation
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for documentation ()Conformance.RestInteraction.setDocumentation
(String theString) Sets the value for documentation ()Modifier and TypeMethodDescriptionConformance.Rest.getInteraction()
Gets the value(s) for interaction ().Modifier and TypeMethodDescriptionConformance.Rest.addInteraction
(Conformance.RestInteraction theValue) Adds a given new value for interaction ()Modifier and TypeMethodDescriptionConformance.Rest.setInteraction
(List<Conformance.RestInteraction> theValue) Sets the value(s) for interaction ()