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