Package com.microsoft.graph.requests
Class IdentityProviderCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityProviderCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
@Deprecated
public class IdentityProviderCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionRequestBuilder>
Deprecated.
The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.
The class for the Identity Provider Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderCollectionPage(IdentityProviderCollectionResponse response, IdentityProviderCollectionRequestBuilder builder) Deprecated.A collection page for IdentityProviderIdentityProviderCollectionPage(List<IdentityProvider> pageContents, IdentityProviderCollectionRequestBuilder nextRequestBuilder) Deprecated.Creates the collection page for IdentityProvider -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityProviderCollectionPage
public IdentityProviderCollectionPage(@Nonnull IdentityProviderCollectionResponse response, @Nonnull IdentityProviderCollectionRequestBuilder builder) Deprecated.A collection page for IdentityProvider- Parameters:
response- the serialized IdentityProviderCollectionResponse from the servicebuilder- the request builder for the next collection page
-
IdentityProviderCollectionPage
public IdentityProviderCollectionPage(@Nonnull List<IdentityProvider> pageContents, @Nullable IdentityProviderCollectionRequestBuilder nextRequestBuilder) Deprecated.Creates the collection page for IdentityProvider- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-