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.
  • Constructor Details

    • LifecycleWorkflowsRequestBuilder

      public LifecycleWorkflowsRequestBuilder(@Nonnull HashMap<String,Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new LifecycleWorkflowsRequestBuilder and sets the default values.
      Parameters:
      pathParameters - Path parameters for the request
      requestAdapter - The request adapter to use to execute the requests.
    • LifecycleWorkflowsRequestBuilder

      public LifecycleWorkflowsRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new LifecycleWorkflowsRequestBuilder and 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

      @Nonnull public CustomTaskExtensionsRequestBuilder customTaskExtensions()
      Provides operations to manage the customTaskExtensions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a CustomTaskExtensionsRequestBuilder
    • deletedItems

      @Nonnull public DeletedItemsRequestBuilder deletedItems()
      Provides operations to manage the deletedItems property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a DeletedItemsRequestBuilder
    • insights

      @Nonnull public InsightsRequestBuilder insights()
      Provides operations to manage the insights property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a InsightsRequestBuilder
    • settings

      @Nonnull public SettingsRequestBuilder settings()
      Provides operations to manage the settings property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a SettingsRequestBuilder
    • taskDefinitions

      @Nonnull public TaskDefinitionsRequestBuilder taskDefinitions()
      Provides operations to manage the taskDefinitions property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a TaskDefinitionsRequestBuilder
    • workflows

      @Nonnull public WorkflowsRequestBuilder workflows()
      Provides operations to manage the workflows property of the microsoft.graph.identityGovernance.lifecycleWorkflowsContainer entity.
      Returns:
      a WorkflowsRequestBuilder
    • workflowTemplates

      @Nonnull public WorkflowTemplatesRequestBuilder 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

      @Nullable public LifecycleWorkflowsContainer get()
      Get lifecycleWorkflows from identityGovernance
      Returns:
      a LifecycleWorkflowsContainer
      Throws:
      ODataError - When receiving a 4XX or 5XX status code
    • get

      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

      @Nullable public LifecycleWorkflowsContainer patch(@Nonnull LifecycleWorkflowsContainer body)
      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

      Update the navigation property lifecycleWorkflows in identityGovernance
      Parameters:
      body - The request body
      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
    • 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 body
      requestConfiguration - Configuration for the request such as headers, query parameters, and middleware options.
      Returns:
      a RequestInformation
    • withUrl

      @Nonnull public LifecycleWorkflowsRequestBuilder withUrl(@Nonnull String rawUrl)
      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