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