Package com.microsoft.graph.requests
Class ComplianceManagementPartnerCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ComplianceManagementPartner,ComplianceManagementPartnerCollectionRequestBuilder>
com.microsoft.graph.requests.ComplianceManagementPartnerCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ComplianceManagementPartnerCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ComplianceManagementPartner,ComplianceManagementPartnerCollectionRequestBuilder>
The class for the Compliance Management Partner Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionComplianceManagementPartnerCollectionPage(ComplianceManagementPartnerCollectionResponse response, ComplianceManagementPartnerCollectionRequestBuilder builder) A collection page for ComplianceManagementPartnerComplianceManagementPartnerCollectionPage(List<ComplianceManagementPartner> pageContents, ComplianceManagementPartnerCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ComplianceManagementPartner -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ComplianceManagementPartnerCollectionPage
public ComplianceManagementPartnerCollectionPage(@Nonnull ComplianceManagementPartnerCollectionResponse response, @Nonnull ComplianceManagementPartnerCollectionRequestBuilder builder) A collection page for ComplianceManagementPartner- Parameters:
response- the serialized ComplianceManagementPartnerCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ComplianceManagementPartnerCollectionPage
public ComplianceManagementPartnerCollectionPage(@Nonnull List<ComplianceManagementPartner> pageContents, @Nullable ComplianceManagementPartnerCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ComplianceManagementPartner- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-