
com.microsoft.graph.requests.extensions.CalendarAllowedCalendarSharingRolesCollectionPage Maven / Gradle / Ivy
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
package com.microsoft.graph.requests.extensions;
import com.microsoft.graph.http.IRequestBuilder;
import com.microsoft.graph.core.ClientException;
import com.microsoft.graph.concurrency.ICallback;
import com.microsoft.graph.models.generated.CalendarRoleType;
import java.util.Arrays;
import java.util.EnumSet;
import com.microsoft.graph.requests.extensions.ICalendarAllowedCalendarSharingRolesCollectionRequestBuilder;
import com.microsoft.graph.requests.extensions.CalendarAllowedCalendarSharingRolesCollectionPage;
import com.microsoft.graph.requests.extensions.CalendarAllowedCalendarSharingRolesCollectionResponse;
import com.google.gson.JsonObject;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import com.microsoft.graph.http.IBaseCollectionPage;
import com.microsoft.graph.http.BaseCollectionPage;
// **NOTE** This file was generated by a tool and any changes will be overwritten.
/**
* The class for the Calendar Allowed Calendar Sharing Roles Collection Page.
*/
public class CalendarAllowedCalendarSharingRolesCollectionPage extends BaseCollectionPage implements ICalendarAllowedCalendarSharingRolesCollectionPage {
/**
* A collection page for CalendarRoleType.
*
* @param response The serialized CalendarAllowedCalendarSharingRolesCollectionResponse from the service
* @param builder The request builder for the next collection page
*/
public CalendarAllowedCalendarSharingRolesCollectionPage(final CalendarAllowedCalendarSharingRolesCollectionResponse response, final ICalendarAllowedCalendarSharingRolesCollectionRequestBuilder builder) {
super(response.value, builder);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy