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