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