Uses of Class
org.linuxforhealth.fhir.server.spi.operation.FHIRResourceHelpers.Interaction
-
Packages that use FHIRResourceHelpers.Interaction Package Description org.linuxforhealth.fhir.server.spi.operation org.linuxforhealth.fhir.server.util -
-
Uses of FHIRResourceHelpers.Interaction in org.linuxforhealth.fhir.server.spi.operation
Methods in org.linuxforhealth.fhir.server.spi.operation that return FHIRResourceHelpers.Interaction Modifier and Type Method Description static FHIRResourceHelpers.Interaction
FHIRResourceHelpers.Interaction. from(java.lang.String value)
static FHIRResourceHelpers.Interaction
FHIRResourceHelpers.Interaction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static FHIRResourceHelpers.Interaction[]
FHIRResourceHelpers.Interaction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.linuxforhealth.fhir.server.spi.operation with parameters of type FHIRResourceHelpers.Interaction Modifier and Type Method Description void
FHIRResourceHelpers. validateInteraction(FHIRResourceHelpers.Interaction interaction, java.lang.String resourceType)
Validate an interaction for a specified resource type. -
Uses of FHIRResourceHelpers.Interaction in org.linuxforhealth.fhir.server.util
Methods in org.linuxforhealth.fhir.server.util with parameters of type FHIRResourceHelpers.Interaction Modifier and Type Method Description void
FHIRRestHelper. validateInteraction(FHIRResourceHelpers.Interaction interaction, java.lang.String resourceType)
-