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