Package com.microsoft.graph.requests
Class OAuth2PermissionGrantDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<OAuth2PermissionGrant,OAuth2PermissionGrantDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.OAuth2PermissionGrantDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OAuth2PermissionGrantDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<OAuth2PermissionGrant,OAuth2PermissionGrantDeltaCollectionRequestBuilder>
The class for the OAuth2Permission Grant Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
-
Constructor Summary
ConstructorsConstructorDescriptionOAuth2PermissionGrantDeltaCollectionPage
(OAuth2PermissionGrantDeltaCollectionResponse response, OAuth2PermissionGrantDeltaCollectionRequestBuilder builder) A collection page for OAuth2PermissionGrant.OAuth2PermissionGrantDeltaCollectionPage
(List<OAuth2PermissionGrant> pageContents, OAuth2PermissionGrantDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OAuth2PermissionGrantDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OAuth2PermissionGrantDeltaCollectionPage
public OAuth2PermissionGrantDeltaCollectionPage(@Nonnull OAuth2PermissionGrantDeltaCollectionResponse response, @Nonnull OAuth2PermissionGrantDeltaCollectionRequestBuilder builder) A collection page for OAuth2PermissionGrant.- Parameters:
response
- The serialized OAuth2PermissionGrantDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
OAuth2PermissionGrantDeltaCollectionPage
public OAuth2PermissionGrantDeltaCollectionPage(@Nonnull List<OAuth2PermissionGrant> pageContents, @Nullable OAuth2PermissionGrantDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OAuth2PermissionGrantDelta- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-