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