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