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