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