Uses of Class
org.hl7.fhir.r5.model.CapabilityStatement2.ResourceInteractionComponent
-
Packages that use CapabilityStatement2.ResourceInteractionComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of CapabilityStatement2.ResourceInteractionComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CapabilityStatement2.ResourceInteractionComponent Modifier and Type Method Description protected CapabilityStatement2.ResourceInteractionComponentJsonParser. parseCapabilityStatement2ResourceInteractionComponent(com.google.gson.JsonObject json)protected CapabilityStatement2.ResourceInteractionComponentXmlParser. parseCapabilityStatement2ResourceInteractionComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CapabilityStatement2.ResourceInteractionComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CapabilityStatement2.ResourceInteractionComponent Modifier and Type Field Description protected List<CapabilityStatement2.ResourceInteractionComponent>CapabilityStatement2.CapabilityStatement2RestResourceComponent. interactionIdentifies a restful operation supported by the solution.Methods in org.hl7.fhir.r5.model that return types with arguments of type CapabilityStatement2.ResourceInteractionComponent Modifier and Type Method Description List<CapabilityStatement2.ResourceInteractionComponent>CapabilityStatement2.CapabilityStatement2RestResourceComponent. getInteraction()Methods in org.hl7.fhir.r5.model with parameters of type CapabilityStatement2.ResourceInteractionComponent Modifier and Type Method Description CapabilityStatement2.CapabilityStatement2RestResourceComponentCapabilityStatement2.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.ResourceInteractionComponent Modifier and Type Method Description CapabilityStatement2.CapabilityStatement2RestResourceComponentCapabilityStatement2.CapabilityStatement2RestResourceComponent. setInteraction(List<CapabilityStatement2.ResourceInteractionComponent> theInteraction)
-