Package org.apache.camel.component.box
Class BoxCommentsManagerEndpointConfiguration
- java.lang.Object
-
- org.apache.camel.component.box.BoxConfiguration
-
- org.apache.camel.component.box.BoxCommentsManagerEndpointConfiguration
-
@ApiParams(apiName="comments",producerOnly=true,description="Provides operations to manage Box comments",apiMethods={@ApiMethod(methodName="addFileComment",description="Add comment to file",signatures="com.box.sdk.BoxFile addFileComment(String fileId, String message)"),@ApiMethod(methodName="changeCommentMessage",description="Change comment message",signatures="com.box.sdk.BoxComment changeCommentMessage(String commentId, String message)"),@ApiMethod(methodName="deleteComment",description="Delete comment",signatures="void deleteComment(String commentId)"),@ApiMethod(methodName="getCommentInfo",description="Get comment information",signatures="com.box.sdk.BoxComment$Info getCommentInfo(String commentId)"),@ApiMethod(methodName="getFileComments",description="Get a list of any comments on this file",signatures="java.util.List<com.box.sdk.BoxComment$Info> getFileComments(String fileId)"),@ApiMethod(methodName="replyToComment",description="Reply to a comment",signatures="com.box.sdk.BoxComment replyToComment(String commentId, String message)")},aliases={"addFileComment=add","changeCommentMessage=updateMessage","deleteComment=delete","getCommentInfo=info","getFileComments=comments","replyToComment=reply"}) @UriParams @Configurer(extended=true) public final class BoxCommentsManagerEndpointConfiguration extends BoxConfiguration
Camel endpoint configuration forBoxCommentsManager
.
-
-
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 BoxCommentsManagerEndpointConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCommentId()
String
getFileId()
String
getMessage()
void
setCommentId(String commentId)
void
setFileId(String fileId)
void
setMessage(String message)
-
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
-
-