All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.graph.requests.extensions.SiteCollectionPage Maven / Gradle / Ivy

There is a newer version: 6.16.0
Show newest version
// Template Source: BaseEntityCollectionPage.java.tt
// ------------------------------------------------------------------------------
// 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.models.extensions.Site;
import com.microsoft.graph.requests.extensions.ISiteCollectionRequestBuilder;
import com.microsoft.graph.http.BaseCollectionPage;
import com.microsoft.graph.requests.extensions.SiteCollectionPage;
import com.microsoft.graph.requests.extensions.SiteCollectionResponse;

// **NOTE** This file was generated by a tool and any changes will be overwritten.

/**
 * The class for the Site Collection Page.
 */
public class SiteCollectionPage extends BaseCollectionPage implements ISiteCollectionPage {

    /**
     * A collection page for Site
     *
     * @param response the serialized SiteCollectionResponse from the service
     * @param builder  the request builder for the next collection page
     */
    public SiteCollectionPage(final SiteCollectionResponse response, final ISiteCollectionRequestBuilder builder) {
        super(response.value, builder, response.additionalDataManager());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy