Package com.microsoft.graph.requests
Class IdentityProviderCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<IdentityProvider,IdentityProviderRequestBuilder,IdentityProviderCollectionResponse,IdentityProviderCollectionPage,IdentityProviderCollectionRequest>
com.microsoft.graph.requests.IdentityProviderCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
@Deprecated
public class IdentityProviderCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<IdentityProvider,IdentityProviderRequestBuilder,IdentityProviderCollectionResponse,IdentityProviderCollectionPage,IdentityProviderCollectionRequest>
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 Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderCollectionRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) Deprecated.The request builder for this collection of IdentityProvider -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byId
Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IdentityProviderCollectionRequestBuilder
public IdentityProviderCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) Deprecated.The request builder for this collection of IdentityProvider- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
availableProviderTypes
@Deprecated @Nonnull public IdentityProviderAvailableProviderTypesCollectionRequestBuilder availableProviderTypes()Deprecated.The identityProvider API is deprecated and will stop returning data on March 2023. Please use the new identityProviderBase API.Gets a builder to execute the method- Returns:
- the request builder collection
-
count
Deprecated.Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-