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

Commit ec7428a

Browse files
author
Brian Melton
committed
Bugfix for missed @expose annotation
1 parent c979bad commit ec7428a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

graphsdk/src/main/java/com/microsoft/graph/http/ReferenceRequestBody.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33

44
import com.google.gson.JsonObject;
5+
import com.google.gson.annotations.Expose;
56
import com.google.gson.annotations.SerializedName;
67
import com.microsoft.graph.serializer.IJsonBackedObject;
78
import com.microsoft.graph.serializer.ISerializer;
89

910
public class ReferenceRequestBody implements IJsonBackedObject {
1011

1112
@SerializedName("@odata.id")
13+
@Expose
1214
public String odataId;
1315

1416
/**

0 commit comments

Comments
 (0)