Class HostComponentCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<HostComponent,HostComponentCollectionWithReferencesRequestBuilder>
com.microsoft.graph.security.requests.HostComponentCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class HostComponentCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<HostComponent,HostComponentCollectionWithReferencesRequestBuilder>
The class for the Host Component Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionHostComponentCollectionWithReferencesPage(HostComponentCollectionResponse response, HostComponentCollectionWithReferencesRequestBuilder builder) A collection page for HostComponentHostComponentCollectionWithReferencesPage(List<HostComponent> pageContents, HostComponentCollectionWithReferencesRequestBuilder 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
-
HostComponentCollectionWithReferencesPage
public HostComponentCollectionWithReferencesPage(@Nonnull HostComponentCollectionResponse response, @Nullable HostComponentCollectionWithReferencesRequestBuilder builder) A collection page for HostComponent- Parameters:
response- the serialized HostComponentCollectionResponse from the servicebuilder- the request builder for the next collection page
-
HostComponentCollectionWithReferencesPage
public HostComponentCollectionWithReferencesPage(@Nonnull List<HostComponent> pageContents, @Nullable HostComponentCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for HostComponent- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-