Uses of Class
org.hl7.fhir.r4.model.CapabilityStatement.ResourceInteractionComponent
-
Packages that use CapabilityStatement.ResourceInteractionComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CapabilityStatement.ResourceInteractionComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CapabilityStatement.ResourceInteractionComponent Modifier and Type Method Description protected CapabilityStatement.ResourceInteractionComponentJsonParser. parseCapabilityStatementResourceInteractionComponent(com.google.gson.JsonObject json, CapabilityStatement owner)protected CapabilityStatement.ResourceInteractionComponentXmlParser. parseCapabilityStatementResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp, CapabilityStatement owner) -
Uses of CapabilityStatement.ResourceInteractionComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CapabilityStatement.ResourceInteractionComponent Modifier and Type Field Description protected List<CapabilityStatement.ResourceInteractionComponent>CapabilityStatement.CapabilityStatementRestResourceComponent. interactionIdentifies a restful operation supported by the solution.Methods in org.hl7.fhir.r4.model that return types with arguments of type CapabilityStatement.ResourceInteractionComponent Modifier and Type Method Description List<CapabilityStatement.ResourceInteractionComponent>CapabilityStatement.CapabilityStatementRestResourceComponent. getInteraction()Methods in org.hl7.fhir.r4.model with parameters of type CapabilityStatement.ResourceInteractionComponent Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestResourceComponentCapabilityStatement.CapabilityStatementRestResourceComponent. addInteraction(CapabilityStatement.ResourceInteractionComponent t)voidCapabilityStatement.ResourceInteractionComponent. copyValues(CapabilityStatement.ResourceInteractionComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CapabilityStatement.ResourceInteractionComponent Modifier and Type Method Description CapabilityStatement.CapabilityStatementRestResourceComponentCapabilityStatement.CapabilityStatementRestResourceComponent. setInteraction(List<CapabilityStatement.ResourceInteractionComponent> theInteraction)
-