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