Package com.microsoft.graph.requests
Class IdentityProviderBaseCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityProviderBase,IdentityProviderBaseCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityProviderBaseCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityProviderBaseCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IdentityProviderBase,IdentityProviderBaseCollectionRequestBuilder>
The class for the Identity Provider Base Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderBaseCollectionPage
(IdentityProviderBaseCollectionResponse response, IdentityProviderBaseCollectionRequestBuilder builder) A collection page for IdentityProviderBaseIdentityProviderBaseCollectionPage
(List<IdentityProviderBase> pageContents, IdentityProviderBaseCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityProviderBase -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityProviderBaseCollectionPage
public IdentityProviderBaseCollectionPage(@Nonnull IdentityProviderBaseCollectionResponse response, @Nonnull IdentityProviderBaseCollectionRequestBuilder builder) A collection page for IdentityProviderBase- Parameters:
response
- the serialized IdentityProviderBaseCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
IdentityProviderBaseCollectionPage
public IdentityProviderBaseCollectionPage(@Nonnull List<IdentityProviderBase> pageContents, @Nullable IdentityProviderBaseCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityProviderBase- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-