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