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