File tree Expand file tree Collapse file tree 6 files changed +12
-196
lines changed
graphsdk/src/main/java/com/microsoft/graph Expand file tree Collapse file tree 6 files changed +12
-196
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -136,13 +136,6 @@ public BaseContact() {
136136 @ Expose
137137 public List <EmailAddress > emailAddresses ;
138138
139- /**
140- * The Websites.
141- */
142- @ SerializedName ("websites" )
143- @ Expose
144- public List <Website > websites ;
145-
146139 /**
147140 * The Im Addresses.
148141 */
Original file line number Diff line number Diff line change @@ -94,13 +94,6 @@ public BasePerson() {
9494 @ Expose
9595 public List <Location > postalAddresses ;
9696
97- /**
98- * The Websites.
99- */
100- @ SerializedName ("websites" )
101- @ Expose
102- public List <Website > websites ;
103-
10497 /**
10598 * The Title.
10699 */
Original file line number Diff line number Diff line change 44
55package com .microsoft .graph .generated ;
66
7- import com .google .gson .JsonObject ;
8- import com .google .gson .annotations .Expose ;
9- import com .google .gson .annotations .SerializedName ;
10- import com .microsoft .graph .extensions .Bucket ;
11- import com .microsoft .graph .extensions .BucketCollectionPage ;
12- import com .microsoft .graph .extensions .Entity ;
13- import com .microsoft .graph .extensions .PlanDetails ;
14- import com .microsoft .graph .extensions .PlanTaskBoard ;
15- import com .microsoft .graph .extensions .Task ;
16- import com .microsoft .graph .extensions .TaskCollectionPage ;
17- import com .microsoft .graph .serializer .IJsonBackedObject ;
18- import com .microsoft .graph .serializer .ISerializer ;
7+ import com .microsoft .graph .concurrency .*;
8+ import com .microsoft .graph .core .*;
9+ import com .microsoft .graph .extensions .*;
10+ import com .microsoft .graph .http .*;
11+ import com .microsoft .graph .generated .*;
12+ import com .microsoft .graph .options .*;
13+ import com .microsoft .graph .serializer .*;
1914
2015import java .util .Arrays ;
16+ import java .util .List ;
17+ import java .util .Map ;
18+
19+ import com .google .gson .JsonObject ;
20+ import com .google .gson .annotations .*;
2121
2222// **NOTE** This file was generated by a tool and any changes will be overwritten.
2323
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments