Uses of Class
org.linuxforhealth.fhir.model.resource.CapabilityStatement.Rest.Interaction
-
Packages that use CapabilityStatement.Rest.Interaction Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CapabilityStatement.Rest.Interaction in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CapabilityStatement.Rest.Interaction Modifier and Type Method Description CapabilityStatement.Rest.InteractionCapabilityStatement.Rest.Interaction.Builder. build()Build theCapabilityStatement.Rest.InteractionMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type CapabilityStatement.Rest.Interaction Modifier and Type Method Description java.util.List<CapabilityStatement.Rest.Interaction>CapabilityStatement.Rest. getInteraction()A specification of restful operations supported by the system.Methods in org.linuxforhealth.fhir.model.resource with parameters of type CapabilityStatement.Rest.Interaction Modifier and Type Method Description protected CapabilityStatement.Rest.Interaction.BuilderCapabilityStatement.Rest.Interaction.Builder. from(CapabilityStatement.Rest.Interaction interaction)CapabilityStatement.Rest.BuilderCapabilityStatement.Rest.Builder. interaction(CapabilityStatement.Rest.Interaction... interaction)A specification of restful operations supported by the system.protected voidCapabilityStatement.Rest.Interaction.Builder. validate(CapabilityStatement.Rest.Interaction interaction)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CapabilityStatement.Rest.Interaction Modifier and Type Method Description CapabilityStatement.Rest.BuilderCapabilityStatement.Rest.Builder. interaction(java.util.Collection<CapabilityStatement.Rest.Interaction> interaction)A specification of restful operations supported by the system.
-