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 Details

    • DataPolicyOperationCollectionPage

      public DataPolicyOperationCollectionPage(@Nonnull DataPolicyOperationCollectionResponse response, @Nonnull DataPolicyOperationCollectionRequestBuilder builder)
      A collection page for DataPolicyOperation
      Parameters:
      response - the serialized DataPolicyOperationCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page