Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.Rest
Packages that use Conformance.Rest
-
Uses of Conformance.Rest in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestModifier and TypeMethodDescriptionConformance.Rest.addCompartment(ca.uhn.fhir.model.primitive.UriDt theValue)Adds a given new value for compartment ()Conformance.Rest.addCompartment(String theUri)Adds a new value for compartment ()Conformance.Rest.addInteraction(Conformance.RestInteraction theValue)Adds a given new value for interaction ()Conformance.Rest.addOperation(Conformance.RestOperation theValue)Adds a given new value for operation ()Conformance.Rest.addResource(Conformance.RestResource theValue)Adds a given new value for resource ()Conformance.addRest()Adds and returns a new value for rest ()Conformance.Rest.addSearchParam(Conformance.RestResourceSearchParam theValue)Adds a given new value for searchParam ()Conformance.getRestFirstRep()Gets the first repetition for rest (), creating it if it does not already exist.Conformance.Rest.setCompartment(List<ca.uhn.fhir.model.primitive.UriDt> theValue)Sets the value(s) for compartment ()Conformance.Rest.setDocumentation(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for documentation ()Conformance.Rest.setDocumentation(String theString)Sets the value for documentation ()Conformance.Rest.setInteraction(List<Conformance.RestInteraction> theValue)Sets the value(s) for interaction ()Conformance.Rest.setMode(RestfulConformanceModeEnum theValue)Sets the value(s) for mode ()Conformance.Rest.setMode(ca.uhn.fhir.model.primitive.BoundCodeDt<RestfulConformanceModeEnum> theValue)Sets the value(s) for mode ()Conformance.Rest.setOperation(List<Conformance.RestOperation> theValue)Sets the value(s) for operation ()Conformance.Rest.setResource(List<Conformance.RestResource> theValue)Sets the value(s) for resource ()Conformance.Rest.setSearchParam(List<Conformance.RestResourceSearchParam> theValue)Sets the value(s) for searchParam ()Conformance.Rest.setSecurity(Conformance.RestSecurity theValue)Sets the value(s) for security ()Conformance.Rest.setTransactionMode(TransactionModeEnum theValue)Sets the value(s) for transactionMode ()Conformance.Rest.setTransactionMode(ca.uhn.fhir.model.primitive.BoundCodeDt<TransactionModeEnum> theValue)Sets the value(s) for transactionMode ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.RestMethods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestModifier and TypeMethodDescriptionConformance.addRest(Conformance.Rest theValue)Adds a given new value for rest ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.RestModifier and TypeMethodDescriptionConformance.setRest(List<Conformance.Rest> theValue)Sets the value(s) for rest ()