Uses of Class
com.ibm.fhir.server.spi.operation.FHIRResourceHelpers.Interaction
- 
Packages that use FHIRResourceHelpers.Interaction Package Description com.ibm.fhir.server.spi.operation com.ibm.fhir.server.util  - 
- 
Uses of FHIRResourceHelpers.Interaction in com.ibm.fhir.server.spi.operation
Methods in com.ibm.fhir.server.spi.operation that return FHIRResourceHelpers.Interaction Modifier and Type Method Description static FHIRResourceHelpers.InteractionFHIRResourceHelpers.Interaction. from(String value)static FHIRResourceHelpers.InteractionFHIRResourceHelpers.Interaction. valueOf(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 com.ibm.fhir.server.spi.operation with parameters of type FHIRResourceHelpers.Interaction Modifier and Type Method Description voidFHIRResourceHelpers. validateInteraction(FHIRResourceHelpers.Interaction interaction, String resourceType)Validate an interaction for a specified resource type. - 
Uses of FHIRResourceHelpers.Interaction in com.ibm.fhir.server.util
Methods in com.ibm.fhir.server.util with parameters of type FHIRResourceHelpers.Interaction Modifier and Type Method Description voidFHIRRestHelper. validateInteraction(FHIRResourceHelpers.Interaction interaction, String resourceType) 
 -