Package com.microsoft.graph.requests
Class IdentityProviderAvailableProviderTypesCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,IdentityProviderAvailableProviderTypesCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityProviderAvailableProviderTypesCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
@Deprecated
public class IdentityProviderAvailableProviderTypesCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<String,IdentityProviderAvailableProviderTypesCollectionRequestBuilder>
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 Available Provider Types Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderAvailableProviderTypesCollectionPage(IdentityProviderAvailableProviderTypesCollectionResponse response, IdentityProviderAvailableProviderTypesCollectionRequestBuilder builder) Deprecated.A collection page for String.IdentityProviderAvailableProviderTypesCollectionPage(List<String> pageContents, IdentityProviderAvailableProviderTypesCollectionRequestBuilder nextRequestBuilder) Deprecated.Creates the collection page for IdentityProviderAvailableProviderTypes -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityProviderAvailableProviderTypesCollectionPage
public IdentityProviderAvailableProviderTypesCollectionPage(@Nonnull IdentityProviderAvailableProviderTypesCollectionResponse response, @Nonnull IdentityProviderAvailableProviderTypesCollectionRequestBuilder builder) Deprecated.A collection page for String.- Parameters:
response- The serialized IdentityProviderAvailableProviderTypesCollectionResponse from the servicebuilder- The request builder for the next collection page
-
IdentityProviderAvailableProviderTypesCollectionPage
public IdentityProviderAvailableProviderTypesCollectionPage(@Nonnull List<String> pageContents, @Nullable IdentityProviderAvailableProviderTypesCollectionRequestBuilder nextRequestBuilder) Deprecated.Creates the collection page for IdentityProviderAvailableProviderTypes- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-