public class PrintServiceEndpointCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintServiceEndpoint,PrintServiceEndpointCollectionRequestBuilder>
| Constructor and Description |
|---|
PrintServiceEndpointCollectionPage(java.util.List<PrintServiceEndpoint> pageContents,
PrintServiceEndpointCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for PrintServiceEndpoint
|
PrintServiceEndpointCollectionPage(PrintServiceEndpointCollectionResponse response,
PrintServiceEndpointCollectionRequestBuilder builder)
A collection page for PrintServiceEndpoint
|
public PrintServiceEndpointCollectionPage(@Nonnull
PrintServiceEndpointCollectionResponse response,
@Nonnull
PrintServiceEndpointCollectionRequestBuilder builder)
response - the serialized PrintServiceEndpointCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PrintServiceEndpointCollectionPage(@Nonnull
java.util.List<PrintServiceEndpoint> pageContents,
@Nullable
PrintServiceEndpointCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page