Package com.microsoft.graph.requests
Class ServiceAnnouncementAttachmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServiceAnnouncementAttachment,ServiceAnnouncementAttachmentCollectionRequestBuilder>
com.microsoft.graph.requests.ServiceAnnouncementAttachmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ServiceAnnouncementAttachmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ServiceAnnouncementAttachment,ServiceAnnouncementAttachmentCollectionRequestBuilder>
The class for the Service Announcement Attachment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceAnnouncementAttachmentCollectionPage
(ServiceAnnouncementAttachmentCollectionResponse response, ServiceAnnouncementAttachmentCollectionRequestBuilder builder) A collection page for ServiceAnnouncementAttachmentServiceAnnouncementAttachmentCollectionPage
(List<ServiceAnnouncementAttachment> pageContents, ServiceAnnouncementAttachmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServiceAnnouncementAttachment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ServiceAnnouncementAttachmentCollectionPage
public ServiceAnnouncementAttachmentCollectionPage(@Nonnull ServiceAnnouncementAttachmentCollectionResponse response, @Nonnull ServiceAnnouncementAttachmentCollectionRequestBuilder builder) A collection page for ServiceAnnouncementAttachment- Parameters:
response
- the serialized ServiceAnnouncementAttachmentCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ServiceAnnouncementAttachmentCollectionPage
public ServiceAnnouncementAttachmentCollectionPage(@Nonnull List<ServiceAnnouncementAttachment> pageContents, @Nullable ServiceAnnouncementAttachmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServiceAnnouncementAttachment- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-