Class AuthenticationEventsFlowItemRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.authenticationeventsflows.item.AuthenticationEventsFlowItemRequestBuilder
@Generated("com.microsoft.kiota")
public class AuthenticationEventsFlowItemRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the authenticationEventsFlows property of the microsoft.graph.identityContainer entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classRetrieve the properties and relationships of a specific authenticationEventsFlow object by ID.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
ConstructorsConstructorDescriptionAuthenticationEventsFlowItemRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowItemRequestBuilderand sets the default values.AuthenticationEventsFlowItemRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowItemRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionThe conditions propertyvoiddelete()Delete a specific authenticationEventsFlow resource by ID.voiddelete(Consumer<AuthenticationEventsFlowItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a specific authenticationEventsFlow resource by ID.get()Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID.get(Consumer<AuthenticationEventsFlowItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID.Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow.Update the properties of an authenticationEventsFlow object by ID.patch(AuthenticationEventsFlow body, Consumer<AuthenticationEventsFlowItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an authenticationEventsFlow object by ID.com.microsoft.kiota.RequestInformationDelete a specific authenticationEventsFlow resource by ID.com.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<AuthenticationEventsFlowItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a specific authenticationEventsFlow resource by ID.com.microsoft.kiota.RequestInformationRetrieve the properties and relationships of a specific authenticationEventsFlow object by ID.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<AuthenticationEventsFlowItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID.com.microsoft.kiota.RequestInformationUpdate the properties of an authenticationEventsFlow object by ID.com.microsoft.kiota.RequestInformationtoPatchRequestInformation(AuthenticationEventsFlow body, Consumer<AuthenticationEventsFlowItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an authenticationEventsFlow object by ID.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
AuthenticationEventsFlowItemRequestBuilder
public AuthenticationEventsFlowItemRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowItemRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
AuthenticationEventsFlowItemRequestBuilder
public AuthenticationEventsFlowItemRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newAuthenticationEventsFlowItemRequestBuilderand 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
-
conditions
The conditions property- Returns:
- a
ConditionsRequestBuilder
-
graphExternalUsersSelfServiceSignUpEventsFlow
@Nonnull public GraphExternalUsersSelfServiceSignUpEventsFlowRequestBuilder graphExternalUsersSelfServiceSignUpEventsFlow()Casts the previous resource to externalUsersSelfServiceSignUpEventsFlow. -
delete
public void delete()Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
delete
public void delete(@Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:- externalUsersSelfServiceSignupEventsFlow- Returns:
- a
AuthenticationEventsFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public AuthenticationEventsFlow get(@Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:- externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- 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:
-
patch
Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Parameters:
body- The request body- Returns:
- a
AuthenticationEventsFlow - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
patch
@Nullable public AuthenticationEventsFlow patch(@Nonnull AuthenticationEventsFlow body, @Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- 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:
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete a specific authenticationEventsFlow resource by ID. This operation also removes or unlinks all applications from the flow, which disables the customized authentication experience defined for the application. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:- externalUsersSelfServiceSignupEventsFlow- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.GetRequestConfiguration> requestConfiguration) Retrieve the properties and relationships of a specific authenticationEventsFlow object by ID. The @odata.type property in the response object indicates the type of the object, which can be one of the following derived subtypes:- externalUsersSelfServiceSignupEventsFlow- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationEventsFlow body) Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull AuthenticationEventsFlow body, @Nullable Consumer<AuthenticationEventsFlowItemRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the properties of an authenticationEventsFlow object by ID. You must specify the @odata.type property and the value of the authenticationEventsFlow object type to update. The following derived subtypes are supported:- externalUsersSelfServiceSignupEventsFlow- 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
AuthenticationEventsFlowItemRequestBuilder
-