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