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