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