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