Add CONTENT_ACCESS event type. by ReuvenDamir · Pull Request #581 · box/box-java-sdk

@ReuvenDamir

adding new event type (CONTENT_ACCESS) to the current events list provided by the SDK.
Note: This is a resubmission of diegogutierrez request committed on MAy, 9 2017.

This is a resubmission of  diegogutierrez request committed on MAy, 9 2017.

@boxcla

Verified that @ReuvenDamir has signed the CLA. Thanks for the pull request!

carycheng

carycheng

@@ -746,5 +746,9 @@ public enum Type {
*/
USER_AUTHENTICATE_OAUTH2_ACCESS_TOKEN_CREATE;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ReuvenDamir please change the semi colon to a comma, thank you!

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carycheng done. run the test locally and experienced failures in the integration Tests

@carycheng

Thanks @ReuvenDamir for the pr, one minor change before we can merge this. See comment above, much appreciated!

ReuvenDamir and others added 2 commits

March 29, 2018 10:38