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