Skip to content
This repository was archived by the owner on Sep 4, 2020. It is now read-only.

Commit 2303511

Browse files
author
cbales
committed
Don't prepend reserved enums with msgraph
Changing this value to uppercase resolves the conflict but allows the JSON to pass over the wire correctly
1 parent 691643d commit 2303511

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphsdk/src/main/java/com/microsoft/graph/extensions/Sensitivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public enum Sensitivity
3131
/**
3232
* private
3333
*/
34-
msgraph_private,
34+
PRIVATE,
3535
/**
3636
* confidential
3737
*/

0 commit comments

Comments
 (0)