
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestOperation
Packages that use Conformance.RestOperation
-
Uses of Conformance.RestOperation in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestOperationModifier and TypeMethodDescriptionConformance.Rest.addOperation()Adds and returns a new value for operation ()Conformance.Rest.getOperationFirstRep()Gets the first repetition for operation (), creating it if it does not already exist.Conformance.RestOperation.setDefinition(ResourceReferenceDt theValue) Sets the value(s) for definition ()Conformance.RestOperation.setName(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for name ()Sets the value for name ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.RestOperationModifier and TypeMethodDescriptionConformance.Rest.getOperation()Gets the value(s) for operation ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestOperationModifier and TypeMethodDescriptionConformance.Rest.addOperation(Conformance.RestOperation theValue) Adds a given new value for operation ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.RestOperationModifier and TypeMethodDescriptionConformance.Rest.setOperation(List<Conformance.RestOperation> theValue) Sets the value(s) for operation ()