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