
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Conformance.RestResource
Packages that use Conformance.RestResource
-
Uses of Conformance.RestResource in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return Conformance.RestResourceModifier and TypeMethodDescriptionConformance.RestResource.addInteraction
(Conformance.RestResourceInteraction theValue) Adds a given new value for interaction ()Conformance.Rest.addResource()
Adds and returns a new value for resource ()Conformance.RestResource.addSearchInclude
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for searchInclude ()Conformance.RestResource.addSearchInclude
(String theString) Adds a new value for searchInclude ()Conformance.RestResource.addSearchParam
(Conformance.RestResourceSearchParam theValue) Adds a given new value for searchParam ()Conformance.RestResource.addSearchRevInclude
(ca.uhn.fhir.model.primitive.StringDt theValue) Adds a given new value for searchRevInclude ()Conformance.RestResource.addSearchRevInclude
(String theString) Adds a new value for searchRevInclude ()Conformance.Rest.getResourceFirstRep()
Gets the first repetition for resource (), creating it if it does not already exist.Conformance.RestResource.setConditionalCreate
(boolean theBoolean) Sets the value for conditionalCreate ()Conformance.RestResource.setConditionalCreate
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for conditionalCreate ()Conformance.RestResource.setConditionalDelete
(ConditionalDeleteStatusEnum theValue) Sets the value(s) for conditionalDelete ()Conformance.RestResource.setConditionalDelete
(ca.uhn.fhir.model.primitive.BoundCodeDt<ConditionalDeleteStatusEnum> theValue) Sets the value(s) for conditionalDelete ()Conformance.RestResource.setConditionalUpdate
(boolean theBoolean) Sets the value for conditionalUpdate ()Conformance.RestResource.setConditionalUpdate
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for conditionalUpdate ()Conformance.RestResource.setInteraction
(List<Conformance.RestResourceInteraction> theValue) Sets the value(s) for interaction ()Conformance.RestResource.setProfile
(ResourceReferenceDt theValue) Sets the value(s) for profile ()Conformance.RestResource.setReadHistory
(boolean theBoolean) Sets the value for readHistory ()Conformance.RestResource.setReadHistory
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for readHistory ()Conformance.RestResource.setSearchInclude
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for searchInclude ()Conformance.RestResource.setSearchParam
(List<Conformance.RestResourceSearchParam> theValue) Sets the value(s) for searchParam ()Conformance.RestResource.setSearchRevInclude
(List<ca.uhn.fhir.model.primitive.StringDt> theValue) Sets the value(s) for searchRevInclude ()Conformance.RestResource.setType
(ResourceTypeEnum theValue) Sets the value(s) for type ()Conformance.RestResource.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum> theValue) Sets the value(s) for type ()Conformance.RestResource.setUpdateCreate
(boolean theBoolean) Sets the value for updateCreate ()Conformance.RestResource.setUpdateCreate
(ca.uhn.fhir.model.primitive.BooleanDt theValue) Sets the value(s) for updateCreate ()Conformance.RestResource.setVersioning
(ResourceVersionPolicyEnum theValue) Sets the value(s) for versioning ()Conformance.RestResource.setVersioning
(ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceVersionPolicyEnum> theValue) Sets the value(s) for versioning ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type Conformance.RestResourceModifier and TypeMethodDescriptionConformance.Rest.getResource()
Gets the value(s) for resource ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type Conformance.RestResourceModifier and TypeMethodDescriptionConformance.Rest.addResource
(Conformance.RestResource theValue) Adds a given new value for resource ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type Conformance.RestResourceModifier and TypeMethodDescriptionConformance.Rest.setResource
(List<Conformance.RestResource> theValue) Sets the value(s) for resource ()