Package org.apache.camel.component.box
Class BoxSearchManagerEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.box.BoxConfiguration
-
- org.apache.camel.component.box.BoxSearchManagerEndpointConfiguration
-
@ApiParams(apiName="search", producerOnly=true, description="Provides operations to manage Box searches", apiMethods=@ApiMethod(methodName="searchFolder",description="Search folder and all descendant folders using the given query",signatures="java.util.Collection<com.box.sdk.BoxItem> searchFolder(String folderId, String query)"), aliases="searchFolder=search") @UriParams @Configurer(extended=true) public final class BoxSearchManagerEndpointConfiguration extends BoxConfiguration
Camel endpoint configuration forBoxSearchManager
.
-
-
Field Summary
-
Fields inherited from class org.apache.camel.component.box.BoxConfiguration
APP_ENTERPRISE_AUTHENTICATION, APP_USER_AUTHENTICATION, RSA_SHA_256, RSA_SHA_384, RSA_SHA_512, STANDARD_AUTHENTICATION
-
-
Constructor Summary
Constructors Constructor Description BoxSearchManagerEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFolderId()
String
getQuery()
void
setFolderId(String folderId)
void
setQuery(String query)
-
Methods inherited from class org.apache.camel.component.box.BoxConfiguration
getAccessTokenCache, getApiName, getAuthenticationType, getClientId, getClientSecret, getEncryptionAlgorithm, getEnterpriseId, getHttpParams, getMaxCacheEntries, getMethodName, getPrivateKeyFile, getPrivateKeyPassword, getPublicKeyId, getSslContextParameters, getUserId, getUserName, getUserPassword, setAccessTokenCache, setApiName, setAuthenticationType, setClientId, setClientSecret, setEncryptionAlgorithm, setEncryptionAlgorithm, setEnterpriseId, setHttpParams, setMaxCacheEntries, setMaxCacheEntries, setMethodName, setPrivateKeyFile, setPrivateKeyPassword, setPublicKeyId, setSslContextParameters, setUserId, setUserName, setUserPassword
-
-