Skip to content

Commit

Permalink
Add folder object type
Browse files Browse the repository at this point in the history
fix #28
  • Loading branch information
dukedhx authored Dec 2, 2019
1 parent 5b270ef commit fed3951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/autodesk/client/model/ManifestChildren.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ public enum TypeEnum {
MANIFEST("manifest"),

GEOMETRY("geometry"),

FOLDER("folder"),

VIEW("view");

Expand Down

0 comments on commit fed3951

Please sign in to comment.