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