Package com.microsoft.graph.requests
Class AppConsentRequestCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AppConsentRequest,AppConsentRequestCollectionRequestBuilder>
com.microsoft.graph.requests.AppConsentRequestCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AppConsentRequestCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AppConsentRequest,AppConsentRequestCollectionRequestBuilder>
The class for the App Consent Request Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAppConsentRequestCollectionPage
(AppConsentRequestCollectionResponse response, AppConsentRequestCollectionRequestBuilder builder) A collection page for AppConsentRequestAppConsentRequestCollectionPage
(List<AppConsentRequest> pageContents, AppConsentRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AppConsentRequest -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AppConsentRequestCollectionPage
public AppConsentRequestCollectionPage(@Nonnull AppConsentRequestCollectionResponse response, @Nonnull AppConsentRequestCollectionRequestBuilder builder) A collection page for AppConsentRequest- Parameters:
response
- the serialized AppConsentRequestCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AppConsentRequestCollectionPage
public AppConsentRequestCollectionPage(@Nonnull List<AppConsentRequest> pageContents, @Nullable AppConsentRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AppConsentRequest- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-