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