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