Package com.microsoft.graph.requests
Class IdentityProviderCollectionResponse
java.lang.Object
com.microsoft.graph.http.BaseCollectionResponse<IdentityProvider>
com.microsoft.graph.requests.IdentityProviderCollectionResponse
- All Implemented Interfaces:
com.microsoft.graph.http.ICollectionResponse<IdentityProvider>
,com.microsoft.graph.serializer.IJsonBackedObject
@Deprecated
public class IdentityProviderCollectionResponse
extends com.microsoft.graph.http.BaseCollectionResponse<IdentityProvider>
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 Response.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseCollectionResponse
nextLink, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionResponse
additionalDataManager, nextLink, setRawObject, values
-
Constructor Details
-
IdentityProviderCollectionResponse
public IdentityProviderCollectionResponse()Deprecated.
-