Class AttachmentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Attachment,AttachmentCollectionRequestBuilder>
com.microsoft.graph.requests.AttachmentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AttachmentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Attachment,AttachmentCollectionRequestBuilder>
The class for the Attachment Collection Page.
  • Constructor Details

    • AttachmentCollectionPage

      public AttachmentCollectionPage(@Nonnull AttachmentCollectionResponse response, @Nonnull AttachmentCollectionRequestBuilder builder)
      A collection page for Attachment
      Parameters:
      response - the serialized AttachmentCollectionResponse from the service
      builder - the request builder for the next collection page
    • AttachmentCollectionPage

      public AttachmentCollectionPage(@Nonnull List<Attachment> pageContents, @Nullable AttachmentCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Attachment
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page