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