Uses of Class
org.apache.camel.component.olingo2.internal.Olingo2ApiName
-
Packages that use Olingo2ApiName Package Description org.apache.camel.component.olingo2 org.apache.camel.component.olingo2.internal -
-
Uses of Olingo2ApiName in org.apache.camel.component.olingo2
Methods in org.apache.camel.component.olingo2 that return Olingo2ApiName Modifier and Type Method Description protected Olingo2ApiNameOlingo2Component. getApiName(String apiNameStr)Olingo2ApiNameOlingo2Configuration. getApiName()Methods in org.apache.camel.component.olingo2 with parameters of type Olingo2ApiName Modifier and Type Method Description protected org.apache.camel.EndpointOlingo2Component. createEndpoint(String uri, String methodName, Olingo2ApiName apiName, Olingo2Configuration endpointConfiguration)voidOlingo2Configuration. setApiName(Olingo2ApiName apiName)What kind of operation to performConstructors in org.apache.camel.component.olingo2 with parameters of type Olingo2ApiName Constructor Description Olingo2Endpoint(String uri, Olingo2Component component, Olingo2ApiName apiName, String methodName, Olingo2Configuration endpointConfiguration) -
Uses of Olingo2ApiName in org.apache.camel.component.olingo2.internal
Methods in org.apache.camel.component.olingo2.internal that return Olingo2ApiName Modifier and Type Method Description static Olingo2ApiNameOlingo2ApiName. valueOf(String name)Returns the enum constant of this type with the specified name.static Olingo2ApiName[]Olingo2ApiName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.component.olingo2.internal with parameters of type Olingo2ApiName Modifier and Type Method Description Olingo2ConfigurationOlingo2ApiCollection. getEndpointConfiguration(Olingo2ApiName apiName)
-