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