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