Class OnAuthenticationMethodLoadStartRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.authenticationeventsflows.item.graphexternalusersselfservicesignupeventsflow.onauthenticationmethodloadstart.OnAuthenticationMethodLoadStartRequestBuilder
@Generated("com.microsoft.kiota")
public class OnAuthenticationMethodLoadStartRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Builds and executes requests for operations under /identity/authenticationEventsFlows/{authenticationEventsFlow-id}/graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassRequired.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
ConstructorsConstructorDescriptionOnAuthenticationMethodLoadStartRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOnAuthenticationMethodLoadStartRequestBuilderand sets the default values.OnAuthenticationMethodLoadStartRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOnAuthenticationMethodLoadStartRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionget()Required.get(Consumer<OnAuthenticationMethodLoadStartRequestBuilder.GetRequestConfiguration> requestConfiguration) Required.Casts the previous resource to onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp.com.microsoft.kiota.RequestInformationRequired.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<OnAuthenticationMethodLoadStartRequestBuilder.GetRequestConfiguration> requestConfiguration) Required.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
OnAuthenticationMethodLoadStartRequestBuilder
public OnAuthenticationMethodLoadStartRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOnAuthenticationMethodLoadStartRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
OnAuthenticationMethodLoadStartRequestBuilder
public OnAuthenticationMethodLoadStartRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newOnAuthenticationMethodLoadStartRequestBuilderand 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
-
graphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp
@Nonnull public GraphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUpRequestBuilder graphOnAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp()Casts the previous resource to onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp. -
get
Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information.- Returns:
- a
OnAuthenticationMethodLoadStartHandler - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public OnAuthenticationMethodLoadStartHandler get(@Nullable Consumer<OnAuthenticationMethodLoadStartRequestBuilder.GetRequestConfiguration> requestConfiguration) Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
OnAuthenticationMethodLoadStartHandler - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<OnAuthenticationMethodLoadStartRequestBuilder.GetRequestConfiguration> requestConfiguration) Required. The configuration for what to invoke when authentication methods are ready to be presented to the user. Must have at least one identity provider linked. Supports $filter (eq). See support for filtering on user flows for syntax information.- Parameters:
requestConfiguration- 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
OnAuthenticationMethodLoadStartRequestBuilder
-