Class LifecycleWorkflowsRequestBuilder
java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.identitygovernance.lifecycleworkflows.LifecycleWorkflowsRequestBuilder
@Generated("com.microsoft.kiota")
public class LifecycleWorkflowsRequestBuilder
extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the lifecycleWorkflows property of the microsoft.graph.identityGovernance entity.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassConfiguration for the request such as headers, query parameters, and middleware options.classGet lifecycleWorkflows from identityGovernanceclassConfiguration 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
ConstructorsConstructorDescriptionLifecycleWorkflowsRequestBuilder(String rawUrl, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newLifecycleWorkflowsRequestBuilderand sets the default values.LifecycleWorkflowsRequestBuilder(HashMap<String, Object> pathParameters, com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newLifecycleWorkflowsRequestBuilderand sets the default values. -
Method Summary
Modifier and TypeMethodDescriptionProvides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.voiddelete()Delete navigation property lifecycleWorkflows for identityGovernancevoiddelete(Consumer<LifecycleWorkflowsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property lifecycleWorkflows for identityGovernanceProvides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.get()Get lifecycleWorkflows from identityGovernanceget(Consumer<LifecycleWorkflowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get lifecycleWorkflows from identityGovernanceinsights()Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.Update the navigation property lifecycleWorkflows in identityGovernancepatch(LifecycleWorkflowsContainer body, Consumer<LifecycleWorkflowsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property lifecycleWorkflows in identityGovernancesettings()Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.com.microsoft.kiota.RequestInformationDelete navigation property lifecycleWorkflows for identityGovernancecom.microsoft.kiota.RequestInformationtoDeleteRequestInformation(Consumer<LifecycleWorkflowsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property lifecycleWorkflows for identityGovernancecom.microsoft.kiota.RequestInformationGet lifecycleWorkflows from identityGovernancecom.microsoft.kiota.RequestInformationtoGetRequestInformation(Consumer<LifecycleWorkflowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get lifecycleWorkflows from identityGovernancecom.microsoft.kiota.RequestInformationUpdate the navigation property lifecycleWorkflows in identityGovernancecom.microsoft.kiota.RequestInformationtoPatchRequestInformation(LifecycleWorkflowsContainer body, Consumer<LifecycleWorkflowsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property lifecycleWorkflows in identityGovernanceReturns a request builder with the provided arbitrary URL.Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
-
Constructor Details
-
LifecycleWorkflowsRequestBuilder
public LifecycleWorkflowsRequestBuilder(@Nonnull HashMap<String, Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newLifecycleWorkflowsRequestBuilderand sets the default values.- Parameters:
pathParameters- Path parameters for the requestrequestAdapter- The request adapter to use to execute the requests.
-
LifecycleWorkflowsRequestBuilder
public LifecycleWorkflowsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter) Instantiates a newLifecycleWorkflowsRequestBuilderand 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
-
customTaskExtensions
Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
CustomTaskExtensionsRequestBuilder
-
deletedItems
Provides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
DeletedItemsRequestBuilder
-
insights
Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
InsightsRequestBuilder
-
settings
Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
SettingsRequestBuilder
-
taskDefinitions
Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
TaskDefinitionsRequestBuilder
-
workflows
Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
WorkflowsRequestBuilder
-
workflowTemplates
Provides operations to manage the workflowTemplates property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.- Returns:
- a
WorkflowTemplatesRequestBuilder
-
delete
public void delete()Delete navigation property lifecycleWorkflows for identityGovernance- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
delete
public void delete(@Nullable Consumer<LifecycleWorkflowsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property lifecycleWorkflows for identityGovernance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
Get lifecycleWorkflows from identityGovernance- Returns:
- a
LifecycleWorkflowsContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
get
@Nullable public LifecycleWorkflowsContainer get(@Nullable Consumer<LifecycleWorkflowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get lifecycleWorkflows from identityGovernance- Parameters:
requestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
LifecycleWorkflowsContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
Update the navigation property lifecycleWorkflows in identityGovernance- Parameters:
body- The request body- Returns:
- a
LifecycleWorkflowsContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
patch
@Nullable public LifecycleWorkflowsContainer patch(@Nonnull LifecycleWorkflowsContainer body, @Nullable Consumer<LifecycleWorkflowsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property lifecycleWorkflows in identityGovernance- Parameters:
body- The request bodyrequestConfiguration- Configuration for the request such as headers, query parameters, and middleware options.- Returns:
- a
LifecycleWorkflowsContainer - Throws:
ODataError- When receiving a 4XX or 5XX status code
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation()Delete navigation property lifecycleWorkflows for identityGovernance- Returns:
- a
RequestInformation
-
toDeleteRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toDeleteRequestInformation(@Nullable Consumer<LifecycleWorkflowsRequestBuilder.DeleteRequestConfiguration> requestConfiguration) Delete navigation property lifecycleWorkflows for identityGovernance- 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()Get lifecycleWorkflows from identityGovernance- Returns:
- a
RequestInformation
-
toGetRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toGetRequestInformation(@Nullable Consumer<LifecycleWorkflowsRequestBuilder.GetRequestConfiguration> requestConfiguration) Get lifecycleWorkflows from identityGovernance- 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 LifecycleWorkflowsContainer body) Update the navigation property lifecycleWorkflows in identityGovernance- Parameters:
body- The request body- Returns:
- a
RequestInformation
-
toPatchRequestInformation
@Nonnull public com.microsoft.kiota.RequestInformation toPatchRequestInformation(@Nonnull LifecycleWorkflowsContainer body, @Nullable Consumer<LifecycleWorkflowsRequestBuilder.PatchRequestConfiguration> requestConfiguration) Update the navigation property lifecycleWorkflows in identityGovernance- 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
LifecycleWorkflowsRequestBuilder
-