public static class ListIntentsOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(java.lang.String workspaceId)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| ListIntentsOptions | build()Builds a ListIntentsOptions. | 
| ListIntentsOptions.Builder | cursor(java.lang.String cursor)Set the cursor. | 
| ListIntentsOptions.Builder | export(java.lang.Boolean export)Set the export. | 
| ListIntentsOptions.Builder | includeAudit(java.lang.Boolean includeAudit)Set the includeAudit. | 
| ListIntentsOptions.Builder | pageLimit(long pageLimit)Set the pageLimit. | 
| ListIntentsOptions.Builder | sort(java.lang.String sort)Set the sort. | 
| ListIntentsOptions.Builder | workspaceId(java.lang.String workspaceId)Set the workspaceId. | 
public Builder()
public Builder(java.lang.String workspaceId)
workspaceId - the workspaceIdpublic ListIntentsOptions build()
public ListIntentsOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId - the workspaceIdpublic ListIntentsOptions.Builder export(java.lang.Boolean export)
export - the exportpublic ListIntentsOptions.Builder pageLimit(long pageLimit)
pageLimit - the pageLimitpublic ListIntentsOptions.Builder sort(java.lang.String sort)
sort - the sortpublic ListIntentsOptions.Builder cursor(java.lang.String cursor)
cursor - the cursorpublic ListIntentsOptions.Builder includeAudit(java.lang.Boolean includeAudit)
includeAudit - the includeAudit