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