Package com.microsoft.graph.requests
Class IdentityContainerRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<IdentityContainer>
com.microsoft.graph.requests.IdentityContainerRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class IdentityContainerRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<IdentityContainer>
The class for the Identity Container Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityContainerRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IdentityContainer -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the IdentityApiConnector collectionapiConnectors
(String id) Gets a request builder for the IdentityApiConnector itemGets a request builder for the B2xIdentityUserFlow collectionb2xUserFlows
(String id) Gets a request builder for the B2xIdentityUserFlow itembuildRequest
(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest
(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets the request builder for ConditionalAccessRootGets a request builder for the IdentityProviderBase collectionGets a request builder for the IdentityProviderBase itemGets a request builder for the IdentityUserFlowAttribute collectionGets a request builder for the IdentityUserFlowAttribute itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IdentityContainerRequestBuilder
public IdentityContainerRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IdentityContainer- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public IdentityContainerRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions
- the options for this request- Returns:
- the IdentityContainerRequest instance
-
buildRequest
@Nonnull public IdentityContainerRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions
- the options for this request- Returns:
- the IdentityContainerRequest instance
-
conditionalAccess
Gets the request builder for ConditionalAccessRoot- Returns:
- the ConditionalAccessRootRequestBuilder instance
-
apiConnectors
Gets a request builder for the IdentityApiConnector collection- Returns:
- the collection request builder
-
apiConnectors
Gets a request builder for the IdentityApiConnector item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
b2xUserFlows
Gets a request builder for the B2xIdentityUserFlow collection- Returns:
- the collection request builder
-
b2xUserFlows
Gets a request builder for the B2xIdentityUserFlow item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
identityProviders
Gets a request builder for the IdentityProviderBase collection- Returns:
- the collection request builder
-
identityProviders
Gets a request builder for the IdentityProviderBase item- Parameters:
id
- the item identifier- Returns:
- the request builder
-
userFlowAttributes
Gets a request builder for the IdentityUserFlowAttribute collection- Returns:
- the collection request builder
-
userFlowAttributes
Gets a request builder for the IdentityUserFlowAttribute item- Parameters:
id
- the item identifier- Returns:
- the request builder
-