Skip to content

Commit ab8f465

Browse files
author
Caitlin Bales (MSFT)
committed
Update base entity to serialize odata type if it is provided
1 parent b4ee9bf commit ab8f465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/microsoft/graph/models/generated/BaseEntity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseEntity implements IJsonBackedObject {
3232

3333
@SerializedName("@odata.type")
34-
@Expose(serialize = false)
34+
@Expose
3535
public String oDataType;
3636

3737
private transient AdditionalDataManager additionalDataManager = new AdditionalDataManager(this);

0 commit comments

Comments
 (0)