Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Access Review Instance Decision Item Filter By Current User Collection Response.
*/
public class AccessReviewInstanceDecisionItemFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewInstanceDecisionItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Access Review Instance Filter By Current User Collection Response.
*/
public class AccessReviewInstanceFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewInstance> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Access Review Schedule Definition Filter By Current User Collection Response.
*/
public class AccessReviewScheduleDefinitionFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AccessReviewScheduleDefinition> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Administrative Unit Delta Collection Response.
*/
public class AdministrativeUnitDeltaCollectionResponse extends BaseCollectionResponse<AdministrativeUnit> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the App Consent Request Filter By Current User Collection Response.
*/
public class AppConsentRequestFilterByCurrentUserCollectionResponse extends BaseCollectionResponse<AppConsentRequest> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Application Delta Collection Response.
*/
public class ApplicationDeltaCollectionResponse extends BaseCollectionResponse<Application> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,4 @@
* The class for the Calendar Allowed Calendar Sharing Roles Collection Response.
*/
public class CalendarAllowedCalendarSharingRolesCollectionResponse extends BaseCollectionResponse<CalendarRoleType> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Calendar Get Schedule Collection Response.
*/
public class CalendarGetScheduleCollectionResponse extends BaseCollectionResponse<ScheduleInformation> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Chat Get All Messages Collection Response.
*/
public class ChatGetAllMessagesCollectionResponse extends BaseCollectionResponse<ChatMessage> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Chat Message Delta Collection Response.
*/
public class ChatMessageDeltaCollectionResponse extends BaseCollectionResponse<ChatMessage> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Cloud Communications Get Presences By User Id Collection Response.
*/
public class CloudCommunicationsGetPresencesByUserIdCollectionResponse extends BaseCollectionResponse<Presence> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Contact Delta Collection Response.
*/
public class ContactDeltaCollectionResponse extends BaseCollectionResponse<Contact> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Contact Folder Delta Collection Response.
*/
public class ContactFolderDeltaCollectionResponse extends BaseCollectionResponse<ContactFolder> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Device Compliance Policy Assign Collection Response.
*/
public class DeviceCompliancePolicyAssignCollectionResponse extends BaseCollectionResponse<DeviceCompliancePolicyAssignment> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Device Configuration Assign Collection Response.
*/
public class DeviceConfigurationAssignCollectionResponse extends BaseCollectionResponse<DeviceConfigurationAssignment> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Device Management Get Effective Permissions Collection Response.
*/
public class DeviceManagementGetEffectivePermissionsCollectionResponse extends BaseCollectionResponse<RolePermission> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Directory Object Check Member Groups Collection Response.
*/
public class DirectoryObjectCheckMemberGroupsCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Directory Object Check Member Objects Collection Response.
*/
public class DirectoryObjectCheckMemberObjectsCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Directory Object Get Available Extension Properties Collection Response.
*/
public class DirectoryObjectGetAvailableExtensionPropertiesCollectionResponse extends BaseCollectionResponse<ExtensionProperty> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Directory Object Get By Ids Collection Response.
*/
public class DirectoryObjectGetByIdsCollectionResponse extends BaseCollectionResponse<DirectoryObject> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Directory Object Get Member Groups Collection Response.
*/
public class DirectoryObjectGetMemberGroupsCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Directory Object Get Member Objects Collection Response.
*/
public class DirectoryObjectGetMemberObjectsCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Directory Role Delta Collection Response.
*/
public class DirectoryRoleDeltaCollectionResponse extends BaseCollectionResponse<DirectoryRole> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Item Delta Collection Response.
*/
public class DriveItemDeltaCollectionResponse extends BaseCollectionResponse<DriveItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Item Get Activities By Interval Collection Response.
*/
public class DriveItemGetActivitiesByIntervalCollectionResponse extends BaseCollectionResponse<ItemActivityStat> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Item Invite Collection Response.
*/
public class DriveItemInviteCollectionResponse extends BaseCollectionResponse<Permission> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Item Search Collection Response.
*/
public class DriveItemSearchCollectionResponse extends BaseCollectionResponse<DriveItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Recent Collection Response.
*/
public class DriveRecentCollectionResponse extends BaseCollectionResponse<DriveItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Search Collection Response.
*/
public class DriveSearchCollectionResponse extends BaseCollectionResponse<DriveItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Drive Shared With Me Collection Response.
*/
public class DriveSharedWithMeCollectionResponse extends BaseCollectionResponse<DriveItem> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Education Class Delta Collection Response.
*/
public class EducationClassDeltaCollectionResponse extends BaseCollectionResponse<EducationClass> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Education School Delta Collection Response.
*/
public class EducationSchoolDeltaCollectionResponse extends BaseCollectionResponse<EducationSchool> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Education User Delta Collection Response.
*/
public class EducationUserDeltaCollectionResponse extends BaseCollectionResponse<EducationUser> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Event Delta Collection Response.
*/
public class EventDeltaCollectionResponse extends BaseCollectionResponse<Event> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Group Check Granted Permissions For App Collection Response.
*/
public class GroupCheckGrantedPermissionsForAppCollectionResponse extends BaseCollectionResponse<ResourceSpecificPermissionGrant> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Group Delta Collection Response.
*/
public class GroupDeltaCollectionResponse extends BaseCollectionResponse<Group> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Identity Provider Available Provider Types Collection Response.
*/
public class IdentityProviderAvailableProviderTypesCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Identity Provider Base Available Provider Types Collection Response.
*/
public class IdentityProviderBaseAvailableProviderTypesCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Imported Windows Autopilot Device Identity Import Collection Response.
*/
public class ImportedWindowsAutopilotDeviceIdentityImportCollectionResponse extends BaseCollectionResponse<ImportedWindowsAutopilotDeviceIdentity> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the List Item Get Activities By Interval Collection Response.
*/
public class ListItemGetActivitiesByIntervalCollectionResponse extends BaseCollectionResponse<ItemActivityStat> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Mail Folder Delta Collection Response.
*/
public class MailFolderDeltaCollectionResponse extends BaseCollectionResponse<MailFolder> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,4 @@
* The class for the Managed App Registration Get User Ids With Flagged App Registration Collection Response.
*/
public class ManagedAppRegistrationGetUserIdsWithFlaggedAppRegistrationCollectionResponse extends BaseCollectionResponse<String> {

/**
* Sets the raw JSON object
*
* @param serializer the serializer
* @param json the JSON object to set this object to
*/
public void setRawObject(@Nonnull final ISerializer serializer, @Nonnull final JsonObject json) {

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Message Delta Collection Response.
*/
public class MessageDeltaCollectionResponse extends BaseCollectionResponse<Message> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Notebook Get Recent Notebooks Collection Response.
*/
public class NotebookGetRecentNotebooksCollectionResponse extends BaseCollectionResponse<RecentNotebook> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the OAuth2Permission Grant Delta Collection Response.
*/
public class OAuth2PermissionGrantDeltaCollectionResponse extends BaseCollectionResponse<OAuth2PermissionGrant> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Org Contact Delta Collection Response.
*/
public class OrgContactDeltaCollectionResponse extends BaseCollectionResponse<OrgContact> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Outlook User Supported Languages Collection Response.
*/
public class OutlookUserSupportedLanguagesCollectionResponse extends BaseCollectionResponse<LocaleInfo> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Outlook User Supported Time Zones Collection Response.
*/
public class OutlookUserSupportedTimeZonesCollectionResponse extends BaseCollectionResponse<TimeZoneInformation> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Permission Grant Collection Response.
*/
public class PermissionGrantCollectionResponse extends BaseCollectionResponse<Permission> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Report Root Get Group Archived Print Jobs Collection Response.
*/
public class ReportRootGetGroupArchivedPrintJobsCollectionResponse extends BaseCollectionResponse<ArchivedPrintJob> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Report Root Get Printer Archived Print Jobs Collection Response.
*/
public class ReportRootGetPrinterArchivedPrintJobsCollectionResponse extends BaseCollectionResponse<ArchivedPrintJob> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Report Root Get User Archived Print Jobs Collection Response.
*/
public class ReportRootGetUserArchivedPrintJobsCollectionResponse extends BaseCollectionResponse<ArchivedPrintJob> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Search Entity Query Collection Response.
*/
public class SearchEntityQueryCollectionResponse extends BaseCollectionResponse<SearchResponse> {

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@
* The class for the Service Principal Delta Collection Response.
*/
public class ServicePrincipalDeltaCollectionResponse extends BaseCollectionResponse<ServicePrincipal> {

}
Loading