Package com.microsoft.graph.requests
Class ExtensionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Extension,ExtensionCollectionRequestBuilder>
com.microsoft.graph.requests.ExtensionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ExtensionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Extension,ExtensionCollectionRequestBuilder>
The class for the Extension Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionExtensionCollectionPage
(ExtensionCollectionResponse response, ExtensionCollectionRequestBuilder builder) A collection page for ExtensionExtensionCollectionPage
(List<Extension> pageContents, ExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Extension -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ExtensionCollectionPage
public ExtensionCollectionPage(@Nonnull ExtensionCollectionResponse response, @Nonnull ExtensionCollectionRequestBuilder builder) A collection page for Extension- Parameters:
response
- the serialized ExtensionCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ExtensionCollectionPage
public ExtensionCollectionPage(@Nonnull List<Extension> pageContents, @Nullable ExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Extension- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-