Skip to content

Commit 8be0d5f

Browse files
author
Caitlin Bales (MSFT)
committed
Update capitalization on generated files
1 parent f1b1e62 commit 8be0d5f

File tree

3,598 files changed

+27689
-24322
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

3,598 files changed

+27689
-24322
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAlternativeSecurityId 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);
@@ -78,6 +78,7 @@ public final AdditionalDataManager additionalDataManager() {
7878

7979
/**
8080
* Gets the raw representation of this class
81+
*
8182
* @return the raw representation of this class
8283
*/
8384
public JsonObject getRawObject() {
@@ -86,17 +87,18 @@ public JsonObject getRawObject() {
8687

8788
/**
8889
* Gets serializer
90+
*
8991
* @return the serializer
9092
*/
9193
protected ISerializer getSerializer() {
9294
return serializer;
9395
}
9496

9597
/**
96-
* Sets the raw json object
98+
* Sets the raw JSON object
9799
*
98-
* @param serializer The serializer
99-
* @param json The json object to set this object to
100+
* @param serializer the serializer
101+
* @param json the JSON object to set this object to
100102
*/
101103
public void setRawObject(final ISerializer serializer, final JsonObject json) {
102104
this.serializer = serializer;

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAssignedLicense 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);
@@ -70,6 +70,7 @@ public final AdditionalDataManager additionalDataManager() {
7070

7171
/**
7272
* Gets the raw representation of this class
73+
*
7374
* @return the raw representation of this class
7475
*/
7576
public JsonObject getRawObject() {
@@ -78,17 +79,18 @@ public JsonObject getRawObject() {
7879

7980
/**
8081
* Gets serializer
82+
*
8183
* @return the serializer
8284
*/
8385
protected ISerializer getSerializer() {
8486
return serializer;
8587
}
8688

8789
/**
88-
* Sets the raw json object
90+
* Sets the raw JSON object
8991
*
90-
* @param serializer The serializer
91-
* @param json The json object to set this object to
92+
* @param serializer the serializer
93+
* @param json the JSON object to set this object to
9294
*/
9395
public void setRawObject(final ISerializer serializer, final JsonObject json) {
9496
this.serializer = serializer;

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAssignedPlan 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);
@@ -86,6 +86,7 @@ public final AdditionalDataManager additionalDataManager() {
8686

8787
/**
8888
* Gets the raw representation of this class
89+
*
8990
* @return the raw representation of this class
9091
*/
9192
public JsonObject getRawObject() {
@@ -94,17 +95,18 @@ public JsonObject getRawObject() {
9495

9596
/**
9697
* Gets serializer
98+
*
9799
* @return the serializer
98100
*/
99101
protected ISerializer getSerializer() {
100102
return serializer;
101103
}
102104

103105
/**
104-
* Sets the raw json object
106+
* Sets the raw JSON object
105107
*
106-
* @param serializer The serializer
107-
* @param json The json object to set this object to
108+
* @param serializer the serializer
109+
* @param json the JSON object to set this object to
108110
*/
109111
public void setRawObject(final ISerializer serializer, final JsonObject json) {
110112
this.serializer = serializer;

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public class BaseAttachment extends Entity implements IJsonBackedObject {
8484

8585
/**
8686
* Gets the raw representation of this class
87+
*
8788
* @return the raw representation of this class
8889
*/
8990
public JsonObject getRawObject() {
@@ -92,17 +93,18 @@ public JsonObject getRawObject() {
9293

9394
/**
9495
* Gets serializer
96+
*
9597
* @return the serializer
9698
*/
9799
protected ISerializer getSerializer() {
98100
return serializer;
99101
}
100102

101103
/**
102-
* Sets the raw json object
104+
* Sets the raw JSON object
103105
*
104-
* @param serializer The serializer
105-
* @param json The json object to set this object to
106+
* @param serializer the serializer
107+
* @param json the JSON object to set this object to
106108
*/
107109
public void setRawObject(final ISerializer serializer, final JsonObject json) {
108110
this.serializer = serializer;

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class BaseAttendee extends AttendeeBase implements IJsonBackedObject {
5252

5353
/**
5454
* Gets the raw representation of this class
55+
*
5556
* @return the raw representation of this class
5657
*/
5758
public JsonObject getRawObject() {
@@ -60,17 +61,18 @@ public JsonObject getRawObject() {
6061

6162
/**
6263
* Gets serializer
64+
*
6365
* @return the serializer
6466
*/
6567
protected ISerializer getSerializer() {
6668
return serializer;
6769
}
6870

6971
/**
70-
* Sets the raw json object
72+
* Sets the raw JSON object
7173
*
72-
* @param serializer The serializer
73-
* @param json The json object to set this object to
74+
* @param serializer the serializer
75+
* @param json the JSON object to set this object to
7476
*/
7577
public void setRawObject(final ISerializer serializer, final JsonObject json) {
7678
this.serializer = serializer;

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAttendeeAvailability 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);
@@ -70,6 +70,7 @@ public final AdditionalDataManager additionalDataManager() {
7070

7171
/**
7272
* Gets the raw representation of this class
73+
*
7374
* @return the raw representation of this class
7475
*/
7576
public JsonObject getRawObject() {
@@ -78,17 +79,18 @@ public JsonObject getRawObject() {
7879

7980
/**
8081
* Gets serializer
82+
*
8183
* @return the serializer
8284
*/
8385
protected ISerializer getSerializer() {
8486
return serializer;
8587
}
8688

8789
/**
88-
* Sets the raw json object
90+
* Sets the raw JSON object
8991
*
90-
* @param serializer The serializer
91-
* @param json The json object to set this object to
92+
* @param serializer the serializer
93+
* @param json the JSON object to set this object to
9294
*/
9395
public void setRawObject(final ISerializer serializer, final JsonObject json) {
9496
this.serializer = serializer;

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ public class BaseAttendeeBase extends Recipient implements IJsonBackedObject {
5252

5353
/**
5454
* Gets the raw representation of this class
55+
*
5556
* @return the raw representation of this class
5657
*/
5758
public JsonObject getRawObject() {
@@ -60,17 +61,18 @@ public JsonObject getRawObject() {
6061

6162
/**
6263
* Gets serializer
64+
*
6365
* @return the serializer
6466
*/
6567
protected ISerializer getSerializer() {
6668
return serializer;
6769
}
6870

6971
/**
70-
* Sets the raw json object
72+
* Sets the raw JSON object
7173
*
72-
* @param serializer The serializer
73-
* @param json The json object to set this object to
74+
* @param serializer the serializer
75+
* @param json the JSON object to set this object to
7476
*/
7577
public void setRawObject(final ISerializer serializer, final JsonObject json) {
7678
this.serializer = serializer;

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAudio 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);
@@ -182,6 +182,7 @@ public final AdditionalDataManager additionalDataManager() {
182182

183183
/**
184184
* Gets the raw representation of this class
185+
*
185186
* @return the raw representation of this class
186187
*/
187188
public JsonObject getRawObject() {
@@ -190,17 +191,18 @@ public JsonObject getRawObject() {
190191

191192
/**
192193
* Gets serializer
194+
*
193195
* @return the serializer
194196
*/
195197
protected ISerializer getSerializer() {
196198
return serializer;
197199
}
198200

199201
/**
200-
* Sets the raw json object
202+
* Sets the raw JSON object
201203
*
202-
* @param serializer The serializer
203-
* @param json The json object to set this object to
204+
* @param serializer the serializer
205+
* @param json the JSON object to set this object to
204206
*/
205207
public void setRawObject(final ISerializer serializer, final JsonObject json) {
206208
this.serializer = serializer;

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseAutomaticRepliesSetting 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);
@@ -102,6 +102,7 @@ public final AdditionalDataManager additionalDataManager() {
102102

103103
/**
104104
* Gets the raw representation of this class
105+
*
105106
* @return the raw representation of this class
106107
*/
107108
public JsonObject getRawObject() {
@@ -110,17 +111,18 @@ public JsonObject getRawObject() {
110111

111112
/**
112113
* Gets serializer
114+
*
113115
* @return the serializer
114116
*/
115117
protected ISerializer getSerializer() {
116118
return serializer;
117119
}
118120

119121
/**
120-
* Sets the raw json object
122+
* Sets the raw JSON object
121123
*
122-
* @param serializer The serializer
123-
* @param json The json object to set this object to
124+
* @param serializer the serializer
125+
* @param json the JSON object to set this object to
124126
*/
125127
public void setRawObject(final ISerializer serializer, final JsonObject json) {
126128
this.serializer = serializer;

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ public class BaseBaseItem extends Entity implements IJsonBackedObject {
132132

133133
/**
134134
* Gets the raw representation of this class
135+
*
135136
* @return the raw representation of this class
136137
*/
137138
public JsonObject getRawObject() {
@@ -140,17 +141,18 @@ public JsonObject getRawObject() {
140141

141142
/**
142143
* Gets serializer
144+
*
143145
* @return the serializer
144146
*/
145147
protected ISerializer getSerializer() {
146148
return serializer;
147149
}
148150

149151
/**
150-
* Sets the raw json object
152+
* Sets the raw JSON object
151153
*
152-
* @param serializer The serializer
153-
* @param json The json object to set this object to
154+
* @param serializer the serializer
155+
* @param json the JSON object to set this object to
154156
*/
155157
public void setRawObject(final ISerializer serializer, final JsonObject json) {
156158
this.serializer = serializer;

0 commit comments

Comments
 (0)