Skip to content

Commit 41e2b20

Browse files
committed
- code-gen: removes noop set raw json methods
1 parent 9c6fff1 commit 41e2b20

File tree

68 files changed

+0
-140
lines changed

Some content is hidden

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

68 files changed

+0
-140
lines changed

src/main/java/com/microsoft/graph/requests/AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Access Review Instance Decision Item Filter By Current User Collection Response.
1818
*/
1919
public class AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewInstanceDecisionItem> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/AccessReviewInstanceFilterByCurrentUserCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Access Review Instance Filter By Current User Collection Response.
1818
*/
1919
public class AccessReviewInstanceFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewInstance> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Access Review Schedule Definition Filter By Current User Collection Response.
1818
*/
1919
public class AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewScheduleDefinition> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/AdministrativeUnitDeltaCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Administrative Unit Delta Collection Response.
1818
*/
1919
public class AdministrativeUnitDeltaCollectionResponse extends BaseCollectionResponse<AdministrativeUnit> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/AppConsentRequestFilterByCurrentUserCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the App Consent Request Filter By Current User Collection Response.
1818
*/
1919
public class AppConsentRequestFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AppConsentRequest> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/ApplicationDeltaCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Application Delta Collection Response.
1818
*/
1919
public class ApplicationDeltaCollectionResponse extends BaseCollectionResponse<Application> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/CalendarAllowedCalendarSharingRolesCollectionResponse.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,4 @@
1919
* The class for the Calendar Allowed Calendar Sharing Roles Collection Response.
2020
*/
2121
public class CalendarAllowedCalendarSharingRolesCollectionResponse extends BaseCollectionResponse<CalendarRoleType> {
22-
23-
/**
24-
* Sets the raw JSON object
25-
*
26-
* @param serializer the serializer
27-
* @param json the JSON object to set this object to
28-
*/
29-
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {
30-
31-
}
3222
}

src/main/java/com/microsoft/graph/requests/CalendarGetScheduleCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Calendar Get Schedule Collection Response.
1818
*/
1919
public class CalendarGetScheduleCollectionResponse extends BaseCollectionResponse<ScheduleInformation> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/ChatGetAllMessagesCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Chat Get All Messages Collection Response.
1818
*/
1919
public class ChatGetAllMessagesCollectionResponse extends BaseCollectionResponse<ChatMessage> {
20-
2120
}

src/main/java/com/microsoft/graph/requests/ChatMessageDeltaCollectionResponse.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@
1717
* The class for the Chat Message Delta Collection Response.
1818
*/
1919
public class ChatMessageDeltaCollectionResponse extends BaseCollectionResponse<ChatMessage> {
20-
2120
}

0 commit comments

Comments
 (0)