Package com.microsoft.graph.requests
Class DataPolicyOperationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<DataPolicyOperation,DataPolicyOperationCollectionRequestBuilder>
com.microsoft.graph.requests.DataPolicyOperationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DataPolicyOperationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<DataPolicyOperation,DataPolicyOperationCollectionRequestBuilder>
The class for the Data Policy Operation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDataPolicyOperationCollectionPage(DataPolicyOperationCollectionResponse response, DataPolicyOperationCollectionRequestBuilder builder) A collection page for DataPolicyOperationDataPolicyOperationCollectionPage(List<DataPolicyOperation> pageContents, DataPolicyOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DataPolicyOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DataPolicyOperationCollectionPage
public DataPolicyOperationCollectionPage(@Nonnull DataPolicyOperationCollectionResponse response, @Nonnull DataPolicyOperationCollectionRequestBuilder builder) A collection page for DataPolicyOperation- Parameters:
response- the serialized DataPolicyOperationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
DataPolicyOperationCollectionPage
public DataPolicyOperationCollectionPage(@Nonnull List<DataPolicyOperation> pageContents, @Nullable DataPolicyOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DataPolicyOperation- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-