Uses of Enum Class
org.apache.camel.component.box.internal.BoxApiName
Packages that use BoxApiName
-
Uses of BoxApiName in org.apache.camel.component.box
Methods in org.apache.camel.component.box that return BoxApiNameModifier and TypeMethodDescriptionprotected BoxApiNameBoxComponent.getApiName(String apiNameStr) BoxConfiguration.getApiName()What kind of operation to performMethods in org.apache.camel.component.box with parameters of type BoxApiNameModifier and TypeMethodDescriptionprotected org.apache.camel.EndpointBoxComponent.createEndpoint(String uri, String methodName, BoxApiName apiName, BoxConfiguration endpointConfiguration) voidBoxConfiguration.setApiName(BoxApiName apiName) What kind of operation to performConstructors in org.apache.camel.component.box with parameters of type BoxApiNameModifierConstructorDescriptionBoxEndpoint(String uri, BoxComponent component, BoxApiName apiName, String methodName, BoxConfiguration endpointConfiguration) -
Uses of BoxApiName in org.apache.camel.component.box.internal
Methods in org.apache.camel.component.box.internal that return BoxApiNameModifier and TypeMethodDescriptionstatic BoxApiNameReturns the enum constant of this class with the specified name.static BoxApiName[]BoxApiName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.box.internal with parameters of type BoxApiName