All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.olingo4.internal.Olingo4ApiName Maven / Gradle / Ivy

The newest version!
/*
 * Camel ApiName Enumeration generated by camel-api-component-maven-plugin
 */
package org.apache.camel.component.olingo4.internal;

import org.apache.camel.support.component.ApiName;

/**
 * Camel {@link ApiName} Enumeration for Component Olingo4
 */
public enum Olingo4ApiName implements ApiName {

    DEFAULT("");


    private final String name;

    private Olingo4ApiName(String name) {
        this.name = name;
    }

    @Override
    public String getName() {
        return name;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy