File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/test/java/com/microsoft/graph/serialization Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import com .microsoft .graph .models .DriveItemCreateUploadSessionParameterSet ;
2626import com .microsoft .graph .models .DriveItemUploadableProperties ;
2727import com .microsoft .graph .models .Entity ;
28- import com .microsoft .graph .models .IdentitySet ;
28+ import com .microsoft .graph .models .ChatMessageMentionedIdentitySet ;
2929import com .microsoft .graph .models .PlannerAssignment ;
3030import com .microsoft .graph .models .PlannerAssignments ;
3131import com .microsoft .graph .models .PlannerTask ;
@@ -162,7 +162,7 @@ public void testSerializeAdditionalDataOnCollections() {
162162 final ChatMessage chatMessage = new ChatMessage ();
163163 final ChatMessageMention chatMessageMention = new ChatMessageMention ();
164164 chatMessageMention .additionalDataManager ().put ("helloWorld" , new JsonPrimitive ("3.141516" ));
165- final IdentitySet identitySet = new IdentitySet ();
165+ final ChatMessageMentionedIdentitySet identitySet = new ChatMessageMentionedIdentitySet ();
166166 identitySet .additionalDataManager ().put ("identitySetKey" , new JsonPrimitive ("identitySetValue" ));
167167 chatMessageMention .mentioned = identitySet ;
168168 chatMessage .mentions = Collections .singletonList (chatMessageMention );
You can’t perform that action at this time.
0 commit comments