Uses of Class
org.linuxforhealth.fhir.config.Interaction
-
Packages that use Interaction Package Description org.linuxforhealth.fhir.config -
-
Uses of Interaction in org.linuxforhealth.fhir.config
Methods in org.linuxforhealth.fhir.config that return Interaction Modifier and Type Method Description static Interaction
Interaction. from(java.lang.String value)
static Interaction
Interaction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Interaction[]
Interaction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.config with parameters of type Interaction Modifier and Type Method Description java.util.Set<java.lang.String>
ResourcesConfigAdapter. getSupportedResourceTypes(Interaction interaction)
-