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 Summary
-
Method Summary
Modifier and Type Method Description ListIntentsOptions
build()
Builds a ListIntentsOptions.ListIntentsOptions.Builder
cursor(String cursor)
Set the cursor.ListIntentsOptions.Builder
export(Boolean export)
Set the export.ListIntentsOptions.Builder
includeAudit(Boolean includeAudit)
Set the includeAudit.ListIntentsOptions.Builder
includeCount(Boolean includeCount)
Set the includeCount.ListIntentsOptions.Builder
pageLimit(long pageLimit)
Set the pageLimit.ListIntentsOptions.Builder
sort(String sort)
Set the sort.ListIntentsOptions.Builder
workspaceId(String workspaceId)
Set the workspaceId.
-
Constructor Details
-
Builder
public Builder()Instantiates a new builder. -
Builder
Instantiates a new builder with required properties.- Parameters:
workspaceId
- the workspaceId
-
-
Method Details
-
build
Builds a ListIntentsOptions.- Returns:
- the new ListIntentsOptions instance
-
workspaceId
Set the workspaceId.- Parameters:
workspaceId
- the workspaceId- Returns:
- the ListIntentsOptions builder
-
export
Set the export.- Parameters:
export
- the export- Returns:
- the ListIntentsOptions builder
-
pageLimit
Set the pageLimit.- Parameters:
pageLimit
- the pageLimit- Returns:
- the ListIntentsOptions builder
-
includeCount
Set the includeCount.- Parameters:
includeCount
- the includeCount- Returns:
- the ListIntentsOptions builder
-
sort
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListIntentsOptions builder
-
cursor
Set the cursor.- Parameters:
cursor
- the cursor- Returns:
- the ListIntentsOptions builder
-
includeAudit
Set the includeAudit.- Parameters:
includeAudit
- the includeAudit- Returns:
- the ListIntentsOptions builder
-