Uses of Class
org.apache.camel.component.olingo4.internal.Olingo4ApiName
-
Packages that use Olingo4ApiName Package Description org.apache.camel.component.olingo4 org.apache.camel.component.olingo4.internal -
-
Uses of Olingo4ApiName in org.apache.camel.component.olingo4
Methods in org.apache.camel.component.olingo4 that return Olingo4ApiName Modifier and Type Method Description protected Olingo4ApiNameOlingo4Component. getApiName(String apiNameStr)Olingo4ApiNameOlingo4Configuration. getApiName()Methods in org.apache.camel.component.olingo4 with parameters of type Olingo4ApiName Modifier and Type Method Description protected org.apache.camel.EndpointOlingo4Component. createEndpoint(String uri, String methodName, Olingo4ApiName apiName, Olingo4Configuration endpointConfiguration)voidOlingo4Configuration. setApiName(Olingo4ApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.olingo4 with parameters of type Olingo4ApiName Constructor Description Olingo4Endpoint(String uri, Olingo4Component component, Olingo4ApiName apiName, String methodName, Olingo4Configuration endpointConfiguration) -
Uses of Olingo4ApiName in org.apache.camel.component.olingo4.internal
Methods in org.apache.camel.component.olingo4.internal that return Olingo4ApiName Modifier and Type Method Description static Olingo4ApiNameOlingo4ApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static Olingo4ApiName[]Olingo4ApiName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.olingo4.internal with parameters of type Olingo4ApiName Modifier and Type Method Description Olingo4ConfigurationOlingo4ApiCollection. getEndpointConfiguration(Olingo4ApiName apiName)
-