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