Skip to content

Commit ac023bd

Browse files
author
Caitlin Bales (MSFT)
committed
Fix invalid characters
1 parent d7ec509 commit ac023bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public class BaseMessage extends OutlookItem implements IJsonBackedObject {
4949

5050
/**
5151
* The Has Attachments.
52-
* Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as <IMG src="cid:[email protected]">.
52+
* Indicates whether the message has attachments. This property doesn't include inline attachments, so if a message contains only inline attachments, this property is false. To verify the existence of inline attachments, parse the body property to look for a src attribute, such as &amp;lt;IMG src="cid:[email protected]"&amp;gt;.
5353
*/
5454
@SerializedName("hasAttachments")
5555
@Expose

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
public class BaseOnenotePatchContentCommand 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);
@@ -51,7 +51,7 @@ public final AdditionalDataManager additionalDataManager() {
5151

5252
/**
5353
* The Target.
54-
* The element to update. Must be the #<data-id> or the generated <id> of the element, or the body or title keyword.
54+
* The element to update. Must be the #&amp;lt;data-id&amp;gt; or the generated &amp;lt;id&amp;gt; of the element, or the body or title keyword.
5555
*/
5656
@SerializedName("target")
5757
@Expose

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class BasePermission extends Entity implements IJsonBackedObject {
3333

3434
/**
3535
* The Granted To.
36-
* For user type permissions, the details of the users & applications for this permission. Read-only.
36+
* For user type permissions, the details of the users &amp; applications for this permission. Read-only.
3737
*/
3838
@SerializedName("grantedTo")
3939
@Expose

0 commit comments

Comments
 (0)