Skip to content

Commit

Permalink
Merge pull request #391 from box/workflow-events
Browse files Browse the repository at this point in the history
Adding event type CONTENT_WORKFLOW_UPLOAD_POLICY_VIOLATION
  • Loading branch information
gcurtis authored Feb 13, 2017
2 parents 09ce2f9 + 67dd31f commit 3d11d83
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/java/com/box/sdk/BoxEvent.java
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,11 @@ public enum Type {
/**
* Deletion of metadata instance. This is an enterprise-only event.
*/
METADATA_INSTANCE_DELETE;
METADATA_INSTANCE_DELETE,

/**
* Content Workflow upload policy violation. This is an enterprise-only event.
*/
CONTENT_WORKFLOW_UPLOAD_POLICY_VIOLATION;
}
}

0 comments on commit 3d11d83

Please sign in to comment.