Uses of Class
org.apache.camel.component.fhir.internal.FhirDeleteApiMethod
-
Packages that use FhirDeleteApiMethod Package Description org.apache.camel.component.fhir.internal -
-
Uses of FhirDeleteApiMethod in org.apache.camel.component.fhir.internal
Methods in org.apache.camel.component.fhir.internal that return FhirDeleteApiMethod Modifier and Type Method Description static FhirDeleteApiMethod
FhirDeleteApiMethod. valueOf(String name)
Returns the enum constant of this type with the specified name.static FhirDeleteApiMethod[]
FhirDeleteApiMethod. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-