Class AuthenticationEventsFlowsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.authenticationeventsflows.AuthenticationEventsFlowsRequestBuilder
@Generated("com.microsoft.kiota")
public class AuthenticationEventsFlowsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassGet a collection of authentication events policies that are derived from authenticationEventsFlow.classConfiguration for the request such as headers, query parameters, and middleware options.classConfiguration for the request such as headers, query parameters, and middleware options. -
Field Summary
Fields inherited from class com.microsoft.kiota.BaseRequestBuilder
pathParameters, requestAdapter, urlTemplate -
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationEventsFlowsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowsRequestBuilderand sets the default values.AuthenticationEventsFlowsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyAuthenticationEventsFlowId(String authenticationEventsFlowId) Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.count()Provides operations to count the resources in the collection.get()Get a collection of authentication events policies that are derived from authenticationEventsFlow.get(Consumer<AuthenticationEventsFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a collection of authentication events policies that are derived from authenticationEventsFlow.Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow.post(AuthenticationEventsFlow body) Create a new authenticationEventsFlow object that is of the type specified in the request body.post(AuthenticationEventsFlow body, Consumer<AuthenticationEventsFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new authenticationEventsFlow object that is of the type specified in the request body.com.microsoft.kiota.RequestInformationGet a collection of authentication events policies that are derived from authenticationEventsFlow.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<AuthenticationEventsFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a collection of authentication events policies that are derived from authenticationEventsFlow.com.microsoft.kiota.RequestInformationCreate a new authenticationEventsFlow object that is of the type specified in the request body.com.microsoft.kiota.RequestInformationtoPostRequestInformation(AuthenticationEventsFlow body, Consumer<AuthenticationEventsFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new authenticationEventsFlow object that is of the type specified in the request body.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
AuthenticationEventsFlowsRequestBuilder
public AuthenticationEventsFlowsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AuthenticationEventsFlowsRequestBuilder
public AuthenticationEventsFlowsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowsRequestBuilderand sets the default values.- Parameters:
rawUrl- The raw URL to use for the request builder.requestAdapter- The request adapter to use to execute the requests.
-
-
Method Details
-
count
Provides operations to count the resources in the collection.- Returns:
- a
CountRequestBuilder
-
graphExternalUsersSelfServiceSignUpEventsFlow
@Nonnull public GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder graphExternalUsersSelfServiceSignUpEventsFlow()Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. -
byAuthenticationEventsFlowId
@Nonnull public AuthenticationEventsFlowItemRequestBuilder byAuthenticationEventsFlowId(@Nonnull String authenticationEventsFlowId) Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.- Parameters:
authenticationEventsFlowId- The unique identifier of authenticationEventsFlow- Returns:
- a
AuthenticationEventsFlowItemRequestBuilder
-
get
Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow- Returns:
- a
AuthenticationEventsFlowCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public AuthenticationEventsFlowCollectionResponse get(@Nullable Consumer<AuthenticationEventsFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationEventsFlowCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type.- Parameters:
body- The request body- Returns:
- a
AuthenticationEventsFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
@Nullable public AuthenticationEventsFlow post(@Nonnull AuthenticationEventsFlow body, @Nullable Consumer<AuthenticationEventsFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationEventsFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<AuthenticationEventsFlowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get a collection of authentication events policies that are derived from authenticationEventsFlow. The following derived subtypes are supported: - externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull AuthenticationEventsFlow body) Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull AuthenticationEventsFlow body, @Nullable Consumer<AuthenticationEventsFlowsRequestBuilder.PostRequestConfiguration> requestConfiguration) Create a new authenticationEventsFlow object that is of the type specified in the request body. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow object type.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
withUrl
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.- Parameters:
rawUrl- The raw URL to use for the request builder.- Returns:
- a
AuthenticationEventsFlowsRequestBuilder
-