Uses of Class
org.apache.camel.component.fhir.internal.FhirApiName
-
Packages that use FhirApiName Package Description org.apache.camel.component.fhir org.apache.camel.component.fhir.internal -
-
Uses of FhirApiName in org.apache.camel.component.fhir
Methods in org.apache.camel.component.fhir that return FhirApiName Modifier and Type Method Description protected FhirApiName
FhirComponent. getApiName(String apiNameStr)
FhirApiName
FhirConfiguration. getApiName()
Methods in org.apache.camel.component.fhir with parameters of type FhirApiName Modifier and Type Method Description protected org.apache.camel.Endpoint
FhirComponent. createEndpoint(String uri, String methodName, FhirApiName apiName, FhirConfiguration endpointConfiguration)
void
FhirConfiguration. setApiName(FhirApiName apiName)
What kind of operation to performConstructors in org.apache.camel.component.fhir with parameters of type FhirApiName Constructor Description FhirEndpoint(String uri, FhirComponent component, FhirApiName apiName, String methodName, FhirConfiguration endpointConfiguration)
-
Uses of FhirApiName in org.apache.camel.component.fhir.internal
Methods in org.apache.camel.component.fhir.internal that return FhirApiName Modifier and Type Method Description static FhirApiName
FhirApiName. valueOf(String name)
Returns the enum constant of this type with the specified name.static FhirApiName[]
FhirApiName. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.fhir.internal with parameters of type FhirApiName Modifier and Type Method Description FhirConfiguration
FhirApiCollection. getEndpointConfiguration(FhirApiName apiName)
-