Uses of Class
com.ibm.fhir.config.Interaction
-
Packages that use Interaction Package Description com.ibm.fhir.config -
-
Uses of Interaction in com.ibm.fhir.config
Methods in com.ibm.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 com.ibm.fhir.config with parameters of type Interaction Modifier and Type Method Description java.util.Set<java.lang.String>
ResourcesConfigAdapter. getSupportedResourceTypes(Interaction interaction)
-