Package com.microsoft.graph.requests
Class IdentityProviderCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.IdentityProviderCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
@Deprecated
public class IdentityProviderCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<IdentityProvider,IdentityProviderCollectionWithReferencesRequestBuilder>
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 With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderCollectionWithReferencesPage
(IdentityProviderCollectionResponse response, IdentityProviderCollectionWithReferencesRequestBuilder builder) Deprecated.A collection page for IdentityProviderIdentityProviderCollectionWithReferencesPage
(List<IdentityProvider> pageContents, IdentityProviderCollectionWithReferencesRequestBuilder 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
-
IdentityProviderCollectionWithReferencesPage
public IdentityProviderCollectionWithReferencesPage(@Nonnull IdentityProviderCollectionResponse response, @Nullable IdentityProviderCollectionWithReferencesRequestBuilder builder) Deprecated.A collection page for IdentityProvider- Parameters:
response
- the serialized IdentityProviderCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
IdentityProviderCollectionWithReferencesPage
public IdentityProviderCollectionWithReferencesPage(@Nonnull List<IdentityProvider> pageContents, @Nullable IdentityProviderCollectionWithReferencesRequestBuilder nextRequestBuilder) Deprecated.Creates the collection page for IdentityProvider- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-