Uses of Class
org.hl7.fhir.r5.model.CapabilityStatement2.ResourceInteractionComponent
Packages that use CapabilityStatement2.ResourceInteractionComponent
-
Uses of CapabilityStatement2.ResourceInteractionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionJsonParser.parseCapabilityStatement2ResourceInteractionComponent(com.google.gson.JsonObject json) XmlParser.parseCapabilityStatement2ResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionprotected voidRdfParser.composeCapabilityStatement2ResourceInteractionComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CapabilityStatement2.ResourceInteractionComponent element, int index) protected voidXmlParser.composeCapabilityStatement2ResourceInteractionComponent(String name, CapabilityStatement2.ResourceInteractionComponent element) protected voidXmlParser.composeCapabilityStatement2ResourceInteractionComponentElements(CapabilityStatement2.ResourceInteractionComponent element) protected voidJsonParser.composeResourceInteractionComponent(String name, CapabilityStatement2.ResourceInteractionComponent element) protected voidJsonParser.composeResourceInteractionComponentProperties(CapabilityStatement2.ResourceInteractionComponent element) protected booleanXmlParser.parseCapabilityStatement2ResourceInteractionComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement2.ResourceInteractionComponent res) protected voidJsonParser.parseCapabilityStatement2ResourceInteractionComponentProperties(com.google.gson.JsonObject json, CapabilityStatement2.ResourceInteractionComponent res) -
Uses of CapabilityStatement2.ResourceInteractionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CapabilityStatement2.ResourceInteractionComponentModifier and TypeFieldDescriptionCapabilityStatement2.CapabilityStatement2RestResourceComponent.interactionIdentifies a restful operation supported by the solution.Methods in org.hl7.fhir.r5.model that return CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionCapabilityStatement2.ResourceInteractionComponent.addFeature(CapabilityStatement2.CapabilityStatement2RestFeatureComponent t) CapabilityStatement2.CapabilityStatement2RestResourceComponent.addInteraction()CapabilityStatement2.ResourceInteractionComponent.copy()CapabilityStatement2.CapabilityStatement2RestResourceComponent.getInteractionFirstRep()CapabilityStatement2.ResourceInteractionComponent.setCode(CapabilityStatement2.TypeRestfulInteraction value) CapabilityStatement2.ResourceInteractionComponent.setCodeElement(Enumeration<CapabilityStatement2.TypeRestfulInteraction> value) CapabilityStatement2.ResourceInteractionComponent.setDocumentation(String value) CapabilityStatement2.ResourceInteractionComponent.setDocumentationElement(MarkdownType value) CapabilityStatement2.ResourceInteractionComponent.setFeature(List<CapabilityStatement2.CapabilityStatement2RestFeatureComponent> theFeature) Methods in org.hl7.fhir.r5.model that return types with arguments of type CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionCapabilityStatement2.CapabilityStatement2RestResourceComponent.getInteraction()Methods in org.hl7.fhir.r5.model with parameters of type CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionCapabilityStatement2.CapabilityStatement2RestResourceComponent.addInteraction(CapabilityStatement2.ResourceInteractionComponent t) voidCapabilityStatement2.ResourceInteractionComponent.copyValues(CapabilityStatement2.ResourceInteractionComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type CapabilityStatement2.ResourceInteractionComponentModifier and TypeMethodDescriptionCapabilityStatement2.CapabilityStatement2RestResourceComponent.setInteraction(List<CapabilityStatement2.ResourceInteractionComponent> theInteraction)