Skip to content

Commit 37326d4

Browse files
author
Caitlin Bales (MSFT)
committed
Reverting List extention on UserIds
Although this is how the class is used [see Update PlannerPlanDetails](https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/plannerplandetails_update), the service expects a JSON object and not a JSON array. Therefore, this breaks de/serialization in the SDK.
1 parent edeab8f commit 37326d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
/**
3030
* The class for the Base Planner User Ids.
3131
*/
32-
public class BasePlannerUserIds extends ArrayList<String> implements IJsonBackedObject {
32+
public class BasePlannerUserIds implements IJsonBackedObject {
3333

3434
@SerializedName("@odata.type")
3535
@Expose(serialize = false)

0 commit comments

Comments
 (0)