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.Interaction
CapabilityStatement.Rest.Interaction.Builder. build()
Build theCapabilityStatement.Rest.Interaction
Methods 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.Builder
CapabilityStatement.Rest.Interaction.Builder. from(CapabilityStatement.Rest.Interaction interaction)
CapabilityStatement.Rest.Builder
CapabilityStatement.Rest.Builder. interaction(CapabilityStatement.Rest.Interaction... interaction)
A specification of restful operations supported by the system.protected void
CapabilityStatement.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.Builder
CapabilityStatement.Rest.Builder. interaction(java.util.Collection<CapabilityStatement.Rest.Interaction> interaction)
A specification of restful operations supported by the system.
-