Uses of Class
org.apache.camel.component.box.BoxConfiguration
-
Packages that use BoxConfiguration Package Description org.apache.camel.component.box org.apache.camel.component.box.internal -
-
Uses of BoxConfiguration in org.apache.camel.component.box
Subclasses of BoxConfiguration in org.apache.camel.component.box Modifier and Type Class Description classBoxCollaborationsManagerEndpointConfigurationCamel endpoint configuration forBoxCollaborationsManager.classBoxCommentsManagerEndpointConfigurationCamel endpoint configuration forBoxCommentsManager.classBoxEventLogsManagerEndpointConfigurationCamel endpoint configuration forBoxEventLogsManager.classBoxEventsManagerEndpointConfigurationCamel endpoint configuration forBoxEventsManager.classBoxFilesManagerEndpointConfigurationCamel endpoint configuration forBoxFilesManager.classBoxFoldersManagerEndpointConfigurationCamel endpoint configuration forBoxFoldersManager.classBoxGroupsManagerEndpointConfigurationCamel endpoint configuration forBoxGroupsManager.classBoxSearchManagerEndpointConfigurationCamel endpoint configuration forBoxSearchManager.classBoxTasksManagerEndpointConfigurationCamel endpoint configuration forBoxTasksManager.classBoxUsersManagerEndpointConfigurationCamel endpoint configuration forBoxUsersManager.Methods in org.apache.camel.component.box that return BoxConfiguration Modifier and Type Method Description BoxConfigurationBoxComponent. getConfiguration()To use the shared configurationMethods in org.apache.camel.component.box that return types with arguments of type BoxConfiguration Modifier and Type Method Description protected org.apache.camel.support.component.ApiMethodPropertiesHelper<BoxConfiguration>BoxEndpoint. getPropertiesHelper()Methods in org.apache.camel.component.box with parameters of type BoxConfiguration Modifier and Type Method Description protected 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 BoxConfiguration Constructor Description BoxEndpoint(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 BoxConfiguration Modifier and Type Method Description BoxConfigurationBoxApiCollection. getEndpointConfiguration(BoxApiName apiName)Methods in org.apache.camel.component.box.internal with parameters of type BoxConfiguration Modifier and Type Method Description static 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)
-