public class SessionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Session,SessionCollectionRequestBuilder>
| Constructor and Description |
|---|
SessionCollectionPage(java.util.List<Session> pageContents,
SessionCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Session
|
SessionCollectionPage(SessionCollectionResponse response,
SessionCollectionRequestBuilder builder)
A collection page for Session
|
public SessionCollectionPage(@Nonnull
SessionCollectionResponse response,
@Nonnull
SessionCollectionRequestBuilder builder)
response - the serialized SessionCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic SessionCollectionPage(@Nonnull
java.util.List<Session> pageContents,
@Nullable
SessionCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page