public static class ListIntentsOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Instantiates a new builder.
|
Builder(String workspaceId)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and 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.
|
public Builder()
public Builder(String workspaceId)
workspaceId
- the workspaceIdpublic ListIntentsOptions build()
public ListIntentsOptions.Builder workspaceId(String workspaceId)
workspaceId
- the workspaceIdpublic ListIntentsOptions.Builder export(Boolean export)
export
- the exportpublic ListIntentsOptions.Builder pageLimit(long pageLimit)
pageLimit
- the pageLimitpublic ListIntentsOptions.Builder includeCount(Boolean includeCount)
includeCount
- the includeCountpublic ListIntentsOptions.Builder sort(String sort)
sort
- the sortpublic ListIntentsOptions.Builder cursor(String cursor)
cursor
- the cursorpublic ListIntentsOptions.Builder includeAudit(Boolean includeAudit)
includeAudit
- the includeAuditCopyright © 2023 IBM Cloud. All rights reserved.