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