Package com.atlan.api

Class PlaybooksEndpoint


public class PlaybooksEndpoint extends WorkflowsEndpoint
API endpoints for operating on Atlan's playbooks.
  • Constructor Details

    • PlaybooksEndpoint

      public PlaybooksEndpoint(AtlanClient client)
  • Method Details

    • list

      public WorkflowSearchResponse list(int max) throws AtlanException
      List the requested number of most recently created playbooks.
      Parameters:
      max - maximum number of playbooks to retrieve
      Returns:
      the most recently created playbooks
      Throws:
      AtlanException - on any API communication issue
    • list

      public WorkflowSearchResponse list(int max, RequestOptions options) throws AtlanException
      List the requested number of most recently created playbooks.
      Parameters:
      max - maximum number of playbooks to retrieve
      options - to override default client settings
      Returns:
      the most recently created playbooks
      Throws:
      AtlanException - on any API communication issue