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