Uses of Class
org.hl7.fhir.r4.model.CapabilityStatement.ResourceInteractionComponent
-
Uses of CapabilityStatement.ResourceInteractionComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseCapabilityStatementResourceInteractionComponent
(com.google.gson.JsonObject json, CapabilityStatement owner) XmlParser.parseCapabilityStatementResourceInteractionComponent
(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCapabilityStatementResourceInteractionComponent
(String name, CapabilityStatement.ResourceInteractionComponent element) protected void
RdfParser.composeCapabilityStatementResourceInteractionComponent
(Turtle.Complex parent, String parentType, String name, CapabilityStatement.ResourceInteractionComponent element, int index) protected void
XmlParser.composeCapabilityStatementResourceInteractionComponent
(String name, CapabilityStatement.ResourceInteractionComponent element) protected void
XmlParser.composeCapabilityStatementResourceInteractionComponentElements
(CapabilityStatement.ResourceInteractionComponent element) protected void
JsonParser.composeCapabilityStatementResourceInteractionComponentInner
(CapabilityStatement.ResourceInteractionComponent element) protected boolean
XmlParser.parseCapabilityStatementResourceInteractionComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner, CapabilityStatement.ResourceInteractionComponent res) protected void
JsonParser.parseCapabilityStatementResourceInteractionComponentProperties
(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.ResourceInteractionComponent res) -
Uses of CapabilityStatement.ResourceInteractionComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionCapabilityStatement.CapabilityStatementRestResourceComponent.interaction
Identifies a restful operation supported by the solution.Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementRestResourceComponent.addInteraction()
CapabilityStatement.ResourceInteractionComponent.copy()
CapabilityStatement.CapabilityStatementRestResourceComponent.getInteractionFirstRep()
CapabilityStatement.ResourceInteractionComponent.setCode
(CapabilityStatement.TypeRestfulInteraction value) CapabilityStatement.ResourceInteractionComponent.setCodeElement
(Enumeration<CapabilityStatement.TypeRestfulInteraction> value) CapabilityStatement.ResourceInteractionComponent.setDocumentation
(String value) CapabilityStatement.ResourceInteractionComponent.setDocumentationElement
(MarkdownType value) Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementRestResourceComponent.getInteraction()
Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementRestResourceComponent.addInteraction
(CapabilityStatement.ResourceInteractionComponent t) void
CapabilityStatement.ResourceInteractionComponent.copyValues
(CapabilityStatement.ResourceInteractionComponent dst) Modifier and TypeMethodDescriptionCapabilityStatement.CapabilityStatementRestResourceComponent.setInteraction
(List<CapabilityStatement.ResourceInteractionComponent> theInteraction)