public class OrgContactDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<OrgContact,OrgContactDeltaCollectionRequestBuilder>
Constructor and Description |
---|
OrgContactDeltaCollectionPage(java.util.List<OrgContact> pageContents,
OrgContactDeltaCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for OrgContactDelta
|
OrgContactDeltaCollectionPage(OrgContactDeltaCollectionResponse response,
OrgContactDeltaCollectionRequestBuilder builder)
A collection page for OrgContact.
|
public OrgContactDeltaCollectionPage(@Nonnull OrgContactDeltaCollectionResponse response, @Nonnull OrgContactDeltaCollectionRequestBuilder builder)
response
- The serialized OrgContactDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection pagepublic OrgContactDeltaCollectionPage(@Nonnull java.util.List<OrgContact> pageContents, @Nullable OrgContactDeltaCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page