Class ListIntentsOptions.Builder

java.lang.Object
com.ibm.watson.assistant.v1.model.ListIntentsOptions.Builder
Enclosing class:
ListIntentsOptions

public static class ListIntentsOptions.Builder
extends Object
Builder.
  • Constructor Details

    • Builder

      public Builder()
      Instantiates a new builder.
    • Builder

      public Builder​(String workspaceId)
      Instantiates a new builder with required properties.
      Parameters:
      workspaceId - the workspaceId
  • Method Details

    • build

      public ListIntentsOptions build()
      Builds a ListIntentsOptions.
      Returns:
      the new ListIntentsOptions instance
    • workspaceId

      public ListIntentsOptions.Builder workspaceId​(String workspaceId)
      Set the workspaceId.
      Parameters:
      workspaceId - the workspaceId
      Returns:
      the ListIntentsOptions builder
    • export

      public ListIntentsOptions.Builder export​(Boolean export)
      Set the export.
      Parameters:
      export - the export
      Returns:
      the ListIntentsOptions builder
    • pageLimit

      public ListIntentsOptions.Builder pageLimit​(long pageLimit)
      Set the pageLimit.
      Parameters:
      pageLimit - the pageLimit
      Returns:
      the ListIntentsOptions builder
    • includeCount

      public ListIntentsOptions.Builder includeCount​(Boolean includeCount)
      Set the includeCount.
      Parameters:
      includeCount - the includeCount
      Returns:
      the ListIntentsOptions builder
    • sort

      public ListIntentsOptions.Builder sort​(String sort)
      Set the sort.
      Parameters:
      sort - the sort
      Returns:
      the ListIntentsOptions builder
    • cursor

      public ListIntentsOptions.Builder cursor​(String cursor)
      Set the cursor.
      Parameters:
      cursor - the cursor
      Returns:
      the ListIntentsOptions builder
    • includeAudit

      public ListIntentsOptions.Builder includeAudit​(Boolean includeAudit)
      Set the includeAudit.
      Parameters:
      includeAudit - the includeAudit
      Returns:
      the ListIntentsOptions builder