@UriParams public final class IBoxCommentsManagerEndpointConfiguration extends BoxConfiguration
Constructor and Description |
---|
IBoxCommentsManagerEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCommentedItemId() |
com.box.boxjavalibv2.dao.IBoxType |
getCommentedItemType() |
String |
getCommentId() |
com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject |
getCommentRequest() |
com.box.restclientv2.requestsbase.BoxDefaultRequestObject |
getDefaultRequest() |
String |
getMessage() |
void |
setCommentedItemId(String commentedItemId) |
void |
setCommentedItemType(com.box.boxjavalibv2.dao.IBoxType commentedItemType) |
void |
setCommentId(String commentId) |
void |
setCommentRequest(com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject commentRequest) |
void |
setDefaultRequest(com.box.restclientv2.requestsbase.BoxDefaultRequestObject defaultRequest) |
void |
setMessage(String message) |
equals, getApiName, getAuthSecureStorage, getBoxConfig, getClientId, getClientSecret, getConnectionManagerBuilder, getHttpParams, getLoginTimeout, getMethodName, getRefreshListener, getSharedLink, getSharedPassword, getSslContextParameters, getUserName, getUserPassword, hashCode, isRevokeOnShutdown, setApiName, setAuthSecureStorage, setBoxConfig, setClientId, setClientSecret, setConnectionManagerBuilder, setHttpParams, setLoginTimeout, setMethodName, setRefreshListener, setRevokeOnShutdown, setSharedLink, setSharedPassword, setSslContextParameters, setUserName, setUserPassword
public IBoxCommentsManagerEndpointConfiguration()
public String getCommentId()
public void setCommentId(String commentId)
public com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject getCommentRequest()
public void setCommentRequest(com.box.boxjavalibv2.requests.requestobjects.BoxCommentRequestObject commentRequest)
public String getCommentedItemId()
public void setCommentedItemId(String commentedItemId)
public com.box.boxjavalibv2.dao.IBoxType getCommentedItemType()
public void setCommentedItemType(com.box.boxjavalibv2.dao.IBoxType commentedItemType)
public com.box.restclientv2.requestsbase.BoxDefaultRequestObject getDefaultRequest()
public void setDefaultRequest(com.box.restclientv2.requestsbase.BoxDefaultRequestObject defaultRequest)
public String getMessage()
public void setMessage(String message)
Apache Camel