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