Uses of Class
org.apache.camel.component.box.BoxConfiguration
Packages that use BoxConfiguration
-
Uses of BoxConfiguration in org.apache.camel.component.box
Subclasses of BoxConfiguration in org.apache.camel.component.boxModifier and TypeClassDescriptionfinal classCamel endpoint configuration forBoxCollaborationsManager.final classCamel endpoint configuration forBoxCommentsManager.final classCamel endpoint configuration forBoxEventLogsManager.final classCamel endpoint configuration forBoxEventsManager.final classCamel endpoint configuration forBoxFilesManager.final classCamel endpoint configuration forBoxFoldersManager.final classCamel endpoint configuration forBoxGroupsManager.final classCamel endpoint configuration forBoxSearchManager.final classCamel endpoint configuration forBoxTasksManager.final classCamel endpoint configuration forBoxUsersManager.Methods in org.apache.camel.component.box that return BoxConfigurationModifier and TypeMethodDescriptionBoxComponent.getConfiguration()To use the shared configurationMethods in org.apache.camel.component.box that return types with arguments of type BoxConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.support.component.ApiMethodPropertiesHelper<BoxConfiguration> BoxEndpoint.getPropertiesHelper()Methods in org.apache.camel.component.box with parameters of type BoxConfigurationModifier and TypeMethodDescriptionprotected org.apache.camel.EndpointBoxComponent.createEndpoint(String uri, String methodName, BoxApiName apiName, BoxConfiguration endpointConfiguration) voidBoxComponent.setConfiguration(BoxConfiguration configuration) To use the shared configurationConstructors in org.apache.camel.component.box with parameters of type BoxConfigurationModifierConstructorDescriptionBoxEndpoint(String uri, BoxComponent component, BoxApiName apiName, String methodName, BoxConfiguration endpointConfiguration) -
Uses of BoxConfiguration in org.apache.camel.component.box.internal
Methods in org.apache.camel.component.box.internal that return BoxConfigurationMethods in org.apache.camel.component.box.internal with parameters of type BoxConfigurationModifier and TypeMethodDescriptionstatic com.box.sdk.BoxAPIConnectionBoxConnectionHelper.createAppEnterpriseAuthenticatedConnection(BoxConfiguration configuration) static com.box.sdk.BoxAPIConnectionBoxConnectionHelper.createAppUserAuthenticatedConnection(BoxConfiguration configuration) static com.box.sdk.BoxAPIConnectionBoxConnectionHelper.createConnection(BoxConfiguration configuration) static com.box.sdk.BoxAPIConnectionBoxConnectionHelper.createStandardAuthenticatedConnection(BoxConfiguration configuration)