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