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