Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestResourceInteraction
-
Packages that use Conformance.RestResourceInteraction Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of Conformance.RestResourceInteraction in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestResourceInteraction Modifier and Type Method Description Conformance.RestResourceInteractionConformance.RestResource. addInteraction()Adds and returns a new value for interaction ()Conformance.RestResourceInteractionConformance.RestResource. getInteractionFirstRep()Gets the first repetition for interaction (), creating it if it does not already exist.Conformance.RestResourceInteractionConformance.RestResourceInteraction. setCode(TypeRestfulInteractionEnum theValue)Sets the value(s) for code ()Conformance.RestResourceInteractionConformance.RestResourceInteraction. setCode(ca.uhn.fhir.model.primitive.BoundCodeDt<TypeRestfulInteractionEnum> theValue)Sets the value(s) for code ()Conformance.RestResourceInteractionConformance.RestResourceInteraction. setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.RestResourceInteractionConformance.RestResourceInteraction. setDocumentation(String theString)Sets the value for documentation ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.RestResourceInteraction Modifier and Type Method Description List<Conformance.RestResourceInteraction>Conformance.RestResource. getInteraction()Gets the value(s) for interaction ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestResourceInteraction Modifier and Type Method Description Conformance.RestResourceConformance.RestResource. addInteraction(Conformance.RestResourceInteraction theValue)Adds a given new value for interaction ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.RestResourceInteraction Modifier and Type Method Description Conformance.RestResourceConformance.RestResource. setInteraction(List<Conformance.RestResourceInteraction> theValue)Sets the value(s) for interaction ()
-