Skip to content

Commit b4ee9bf

Browse files
author
Caitlin Bales (MSFT)
committed
Remove default odata type value
1 parent 5d0dcdb commit b4ee9bf

File tree

237 files changed

+0
-948
lines changed

Some content is hidden

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

237 files changed

+0
-948
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAlternativeSecurityId() {
45-
oDataType = "microsoft.graph.alternativeSecurityId";
46-
}
47-
4844
/**
4945
* The Type.
5046
*

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAssignedLicense() {
45-
oDataType = "microsoft.graph.assignedLicense";
46-
}
47-
4844
/**
4945
* The Disabled Plans.
5046
* A collection of the unique identifiers for plans that have been disabled.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAssignedPlan() {
45-
oDataType = "microsoft.graph.assignedPlan";
46-
}
47-
4844
/**
4945
* The Assigned Date Time.
5046
* The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
public class BaseAttachment extends Entity implements IJsonBackedObject {
3232

3333

34-
public BaseAttachment() {
35-
oDataType = "microsoft.graph.attachment";
36-
}
37-
3834
/**
3935
* The Last Modified Date Time.
4036
* The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z'

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
public class BaseAttendee extends AttendeeBase implements IJsonBackedObject {
3232

3333

34-
public BaseAttendee() {
35-
oDataType = "microsoft.graph.attendee";
36-
}
37-
3834
/**
3935
* The Status.
4036
* The attendee's response (none, accepted, declined, etc.) for the event and date-time that the response was sent.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAttendeeAvailability() {
45-
oDataType = "microsoft.graph.attendeeAvailability";
46-
}
47-
4844
/**
4945
* The Attendee.
5046
* The type of attendee - whether it's a person or a resource, and whether required or optional if it's a person.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
public class BaseAttendeeBase extends Recipient implements IJsonBackedObject {
3232

3333

34-
public BaseAttendeeBase() {
35-
oDataType = "microsoft.graph.attendeeBase";
36-
}
37-
3834
/**
3935
* The Type.
4036
* The type of attendee. Possible values are: required, optional, resource. Currently if the attendee is a person, findMeetingTimes always considers the person is of the Required type.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAudio() {
45-
oDataType = "microsoft.graph.audio";
46-
}
47-
4844
/**
4945
* The Album.
5046
* The title of the album for this audio file.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ public final AdditionalDataManager additionalDataManager() {
4141
return additionalDataManager;
4242
}
4343

44-
public BaseAutomaticRepliesSetting() {
45-
oDataType = "microsoft.graph.automaticRepliesSetting";
46-
}
47-
4844
/**
4945
* The Status.
5046
* Configurations status for automatic replies. Possible values are: disabled, alwaysEnabled, scheduled.

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
3131
public class BaseBaseItem extends Entity implements IJsonBackedObject {
3232

3333

34-
public BaseBaseItem() {
35-
oDataType = "microsoft.graph.baseItem";
36-
}
37-
3834
/**
3935
* The Created By.
4036
* Identity of the user, device, or application which created the item. Read-only.

0 commit comments

Comments
 (0)