@ApiParams(apiName="tasks",producerOnly=true,description="Provides operations to manage Box tasks",apiMethods={@ApiMethod(methodName="addAssignmentToTask",description="Add assignment for task",signatures="com.box.sdk.BoxTask addAssignmentToTask(String taskId, com.box.sdk.BoxUser assignTo)"),@ApiMethod(methodName="addFileTask",description="Add task to file",signatures="com.box.sdk.BoxTask addFileTask(String fileId, com.box.sdk.BoxTask$Action action, java.util.Date dueAt, String message)"),@ApiMethod(methodName="deleteTask",description="Delete task",signatures="void deleteTask(String taskId)"),@ApiMethod(methodName="deleteTaskAssignment",description="Delete task assignment",signatures="void deleteTaskAssignment(String taskAssignmentId)"),@ApiMethod(methodName="getFileTasks",description="Get a list of any tasks on file",signatures="java.util.List<com.box.sdk.BoxTask$Info> getFileTasks(String fileId)"),@ApiMethod(methodName="getTaskAssignmentInfo",description="Get task assignment information",signatures="com.box.sdk.BoxTaskAssignment$Info getTaskAssignmentInfo(String taskAssignmentId)"),@ApiMethod(methodName="getTaskAssignments",description="Get a list of any assignments for task",signatures="java.util.List<com.box.sdk.BoxTaskAssignment$Info> getTaskAssignments(String taskId)"),@ApiMethod(methodName="getTaskInfo",description="Get task information",signatures="com.box.sdk.BoxTask$Info getTaskInfo(String taskId)"),@ApiMethod(methodName="updateTaskInfo",description="Update task information",signatures="com.box.sdk.BoxTask updateTaskInfo(String taskId, com.box.sdk.BoxTask$Info info)")},aliases={"addFileTask=add","deleteTask=delete","getFileTasks=tasks","getTaskInfo=info","updateTaskInfo=updateInfo","addAssignmentToTask=addAssignment","deleteTaskAssignment=deleteAssignment","getTaskAssignments=assignments","getTaskAssignmentInfo=assignmentInfo"})
@UriParams
@Configurer(extended=true)
public final class BoxTasksManagerEndpointConfiguration
extends BoxConfiguration
BoxTasksManager.APP_ENTERPRISE_AUTHENTICATION, APP_USER_AUTHENTICATION, RSA_SHA_256, RSA_SHA_384, RSA_SHA_512, STANDARD_AUTHENTICATION| Constructor and Description |
|---|
BoxTasksManagerEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.box.sdk.BoxTask.Action |
getAction() |
com.box.sdk.BoxUser |
getAssignTo() |
Date |
getDueAt() |
String |
getFileId() |
com.box.sdk.BoxTask.Info |
getInfo() |
String |
getMessage() |
String |
getTaskAssignmentId() |
String |
getTaskId() |
void |
setAction(com.box.sdk.BoxTask.Action action) |
void |
setAssignTo(com.box.sdk.BoxUser assignTo) |
void |
setDueAt(Date dueAt) |
void |
setFileId(String fileId) |
void |
setInfo(com.box.sdk.BoxTask.Info info) |
void |
setMessage(String message) |
void |
setTaskAssignmentId(String taskAssignmentId) |
void |
setTaskId(String taskId) |
equals, getAccessTokenCache, getApiName, getAuthenticationType, getClientId, getClientSecret, getEncryptionAlgorithm, getEnterpriseId, getHttpParams, getMaxCacheEntries, getMethodName, getPrivateKeyFile, getPrivateKeyPassword, getPublicKeyId, getSslContextParameters, getUserId, getUserName, getUserPassword, hashCode, setAccessTokenCache, setApiName, setAuthenticationType, setClientId, setClientSecret, setEncryptionAlgorithm, setEncryptionAlgorithm, setEnterpriseId, setHttpParams, setMaxCacheEntries, setMaxCacheEntries, setMethodName, setPrivateKeyFile, setPrivateKeyPassword, setPublicKeyId, setSslContextParameters, setUserId, setUserName, setUserPasswordpublic BoxTasksManagerEndpointConfiguration()
public com.box.sdk.BoxTask.Action getAction()
public void setAction(com.box.sdk.BoxTask.Action action)
public com.box.sdk.BoxUser getAssignTo()
public void setAssignTo(com.box.sdk.BoxUser assignTo)
public Date getDueAt()
public void setDueAt(Date dueAt)
public String getFileId()
public void setFileId(String fileId)
public com.box.sdk.BoxTask.Info getInfo()
public void setInfo(com.box.sdk.BoxTask.Info info)
public String getMessage()
public void setMessage(String message)
public String getTaskAssignmentId()
public void setTaskAssignmentId(String taskAssignmentId)
public String getTaskId()
public void setTaskId(String taskId)
Apache Camel