Class IncludeApplicationsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identity.authenticationeventsflows.item.conditions.applications.includeapplications.IncludeApplicationsRequestBuilder
@Generated("com.microsoft.kiota")
public class IncludeApplicationsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassList the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object.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
ConstructorsConstructorDescriptionIncludeApplicationsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIncludeApplicationsRequestBuilderand sets the default values.IncludeApplicationsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIncludeApplicationsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionbyAuthenticationConditionApplicationAppId(String authenticationConditionApplicationAppId) Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.count()Provides operations to count the resources in the collection.get()List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object.get(Consumer<IncludeApplicationsRequestBuilder.GetRequestConfiguration> requestConfiguration) List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object.Add or link an application to a user flow, or authenticationEventsFlow.post(AuthenticationConditionApplication body, Consumer<IncludeApplicationsRequestBuilder.PostRequestConfiguration> requestConfiguration) Add or link an application to a user flow, or authenticationEventsFlow.com.microsoft.kiota.RequestInformationList the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object.com.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<IncludeApplicationsRequestBuilder.GetRequestConfiguration> requestConfiguration) List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object.com.microsoft.kiota.RequestInformationAdd or link an application to a user flow, or authenticationEventsFlow.com.microsoft.kiota.RequestInformationtoPostRequestInformation(AuthenticationConditionApplication body, Consumer<IncludeApplicationsRequestBuilder.PostRequestConfiguration> requestConfiguration) Add or link an application to a user flow, or authenticationEventsFlow.Returns a request builder with the provided arbitrary URL.
-
Constructor Details
-
IncludeApplicationsRequestBuilder
public IncludeApplicationsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIncludeApplicationsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
IncludeApplicationsRequestBuilder
public IncludeApplicationsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newIncludeApplicationsRequestBuilderand 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
-
byAuthenticationConditionApplicationAppId
@Nonnull public AuthenticationConditionApplicationAppItemRequestBuilder byAuthenticationConditionApplicationAppId(@Nonnull String authenticationConditionApplicationAppId) Provides operations to manage the includeApplications property of the microsoft.graph.authenticationConditionsApplications entity.- Parameters:
authenticationConditionApplicationAppId- The unique identifier of authenticationConditionApplication- Returns:
- a
AuthenticationConditionApplicationAppItemRequestBuilder
-
get
List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID.- Returns:
- a
AuthenticationConditionApplicationCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
get
@Nullable public AuthenticationConditionApplicationCollectionResponse get(@Nullable Consumer<IncludeApplicationsRequestBuilder.GetRequestConfiguration> requestConfiguration) List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID.- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationConditionApplicationCollectionResponse - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
@Nullable public AuthenticationConditionApplication post(@Nonnull AuthenticationConditionApplication body) Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant.- Parameters:
body- The request body- Returns:
- a
AuthenticationConditionApplication - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
post
@Nullable public AuthenticationConditionApplication post(@Nonnull AuthenticationConditionApplication body, @Nullable Consumer<IncludeApplicationsRequestBuilder.PostRequestConfiguration> requestConfiguration) Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant.- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
AuthenticationConditionApplication - Throws:
ODataError- When receiving a 4XX or 5XX status code- See Also:
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation()List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID.- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<IncludeApplicationsRequestBuilder.GetRequestConfiguration> requestConfiguration) List the applications linked to an external identities self-service sign up user flow that's represented by an externalUsersSelfServiceSignupEventsFlow object. These are the applications for which the authentication experience that's defined by the user flow is enabled. To find the user flow that's linked to an application, see Example 4: List user flow associated with specific application ID.- 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 AuthenticationConditionApplication body) Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant.- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPostRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPostRequestInformation(@Nonnull AuthenticationConditionApplication body, @Nullable Consumer<IncludeApplicationsRequestBuilder.PostRequestConfiguration> requestConfiguration) Add or link an application to a user flow, or authenticationEventsFlow. This enables the authentication experience defined by the user flow to be enabled for the application. An application can only be linked to one user flow. The app must have an associated service principal in the tenant.- 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
IncludeApplicationsRequestBuilder
-