Package com.microsoft.graph.requests
Class IdentityProviderAvailableProviderTypesCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T2,T3,T4,T5>
com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<String,IdentityProviderAvailableProviderTypesCollectionRequestBuilder,IdentityProviderAvailableProviderTypesCollectionResponse,IdentityProviderAvailableProviderTypesCollectionPage,IdentityProviderAvailableProviderTypesCollectionRequest>
com.microsoft.graph.requests.IdentityProviderAvailableProviderTypesCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
@Deprecated
public class IdentityProviderAvailableProviderTypesCollectionRequestBuilder
extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<String,IdentityProviderAvailableProviderTypesCollectionRequestBuilder,IdentityProviderAvailableProviderTypesCollectionResponse,IdentityProviderAvailableProviderTypesCollectionPage,IdentityProviderAvailableProviderTypesCollectionRequest>
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 Request Builder.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder
functionOptions -
Constructor Summary
ConstructorsConstructorDescriptionIdentityProviderAvailableProviderTypesCollectionRequestBuilder(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
Modifier and TypeMethodDescriptionbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Deprecated.Creates the requestMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IdentityProviderAvailableProviderTypesCollectionRequestBuilder
public IdentityProviderAvailableProviderTypesCollectionRequestBuilder(@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
-
buildRequest
@Nonnull public IdentityProviderAvailableProviderTypesCollectionRequest buildRequest(@Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) Deprecated.Creates the request- Overrides:
buildRequestin classcom.microsoft.graph.http.BaseCollectionRequestBuilder<String,IdentityProviderAvailableProviderTypesCollectionRequestBuilder, IdentityProviderAvailableProviderTypesCollectionResponse, IdentityProviderAvailableProviderTypesCollectionPage, IdentityProviderAvailableProviderTypesCollectionRequest> - Parameters:
requestOptions- the options for this request- Returns:
- the IdentityProviderAvailableProviderTypesCollectionRequest instance
-