Class ListDialogNodesOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ListDialogNodesOptions.Builder
- Enclosing class:
- ListDialogNodesOptions
public static class ListDialogNodesOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ListDialogNodesOptions
build()
Builds a ListDialogNodesOptions.ListDialogNodesOptions.Builder
cursor(String cursor)
Set the cursor.ListDialogNodesOptions.Builder
includeAudit(Boolean includeAudit)
Set the includeAudit.ListDialogNodesOptions.Builder
includeCount(Boolean includeCount)
Set the includeCount.ListDialogNodesOptions.Builder
pageLimit(long pageLimit)
Set the pageLimit.ListDialogNodesOptions.Builder
sort(String sort)
Set the sort.ListDialogNodesOptions.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 ListDialogNodesOptions.- Returns:
- the new ListDialogNodesOptions instance
-
workspaceId
Set the workspaceId.- Parameters:
workspaceId
- the workspaceId- Returns:
- the ListDialogNodesOptions builder
-
pageLimit
Set the pageLimit.- Parameters:
pageLimit
- the pageLimit- Returns:
- the ListDialogNodesOptions builder
-
includeCount
Set the includeCount.- Parameters:
includeCount
- the includeCount- Returns:
- the ListDialogNodesOptions builder
-
sort
Set the sort.- Parameters:
sort
- the sort- Returns:
- the ListDialogNodesOptions builder
-
cursor
Set the cursor.- Parameters:
cursor
- the cursor- Returns:
- the ListDialogNodesOptions builder
-
includeAudit
Set the includeAudit.- Parameters:
includeAudit
- the includeAudit- Returns:
- the ListDialogNodesOptions builder
-