
com.microsoft.graph.requests.extensions.CalendarGetScheduleCollectionPage 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.extensions.DateTimeTimeZone;
import com.microsoft.graph.models.extensions.ScheduleInformation;
import java.util.Arrays;
import java.util.EnumSet;
import com.microsoft.graph.requests.extensions.ICalendarGetScheduleCollectionRequestBuilder;
import com.microsoft.graph.requests.extensions.CalendarGetScheduleCollectionPage;
import com.microsoft.graph.requests.extensions.CalendarGetScheduleCollectionResponse;
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 Get Schedule Collection Page.
*/
public class CalendarGetScheduleCollectionPage extends BaseCollectionPage implements ICalendarGetScheduleCollectionPage {
/**
* A collection page for ScheduleInformation.
*
* @param response The serialized CalendarGetScheduleCollectionResponse from the service
* @param builder The request builder for the next collection page
*/
public CalendarGetScheduleCollectionPage(final CalendarGetScheduleCollectionResponse response, final ICalendarGetScheduleCollectionRequestBuilder builder) {
super(response.value, builder);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy