@UriParams public final class BoxEventLogsManagerEndpointConfiguration extends BoxConfiguration
APP_ENTERPRISE_AUTHENTICATION, APP_USER_AUTHENTICATION, RSA_SHA_256, RSA_SHA_384, RSA_SHA_512, STANDARD_AUTHENTICATION
Constructor and Description |
---|
BoxEventLogsManagerEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
Date |
getAfter() |
Date |
getBefore() |
String |
getPosition() |
com.box.sdk.BoxEvent.Type[] |
getTypes() |
void |
setAfter(Date after) |
void |
setBefore(Date before) |
void |
setPosition(String position) |
void |
setTypes(com.box.sdk.BoxEvent.Type[] types) |
getAccessTokenCache, getApiName, getAuthenticationType, getClientId, getClientSecret, getEncryptionAlgorithm, getEnterpriseId, getHttpParams, getMaxCacheEntries, getMethodName, getPrivateKeyFile, getPrivateKeyPassword, getPublicKeyId, getSslContextParameters, getUserId, getUserName, getUserPassword, setAccessTokenCache, setApiName, setAuthenticationType, setClientId, setClientSecret, setEncryptionAlgorithm, setEnterpriseId, setHttpParams, setMaxCacheEntries, setMethodName, setPrivateKeyFile, setPrivateKeyPassword, setPublicKeyId, setSslContextParameters, setUserId, setUserName, setUserPassword
public BoxEventLogsManagerEndpointConfiguration()
public Date getAfter()
public void setAfter(Date after)
public Date getBefore()
public void setBefore(Date before)
public String getPosition()
public void setPosition(String position)
public com.box.sdk.BoxEvent.Type[] getTypes()
public void setTypes(com.box.sdk.BoxEvent.Type[] types)
Apache Camel