Package com.microsoft.graph.requests
Class OrgContactDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<OrgContact,OrgContactDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.OrgContactDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OrgContactDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<OrgContact,OrgContactDeltaCollectionRequestBuilder>
The class for the Org Contact Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionOrgContactDeltaCollectionPage(OrgContactDeltaCollectionResponse response, OrgContactDeltaCollectionRequestBuilder builder) A collection page for OrgContact.OrgContactDeltaCollectionPage(List<OrgContact> pageContents, OrgContactDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OrgContactDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OrgContactDeltaCollectionPage
public OrgContactDeltaCollectionPage(@Nonnull OrgContactDeltaCollectionResponse response, @Nonnull OrgContactDeltaCollectionRequestBuilder builder) A collection page for OrgContact.- Parameters:
response- The serialized OrgContactDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
OrgContactDeltaCollectionPage
public OrgContactDeltaCollectionPage(@Nonnull List<OrgContact> pageContents, @Nullable OrgContactDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OrgContactDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-