public class ListIntentsOptions extends GenericModel
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ListIntentsOptions.Builder
Builder. 
 | 
static interface  | 
ListIntentsOptions.Sort
The attribute by which returned intents will be sorted. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
cursor()
Gets the cursor. 
 | 
java.lang.Boolean | 
export()
Gets the export. 
 | 
java.lang.Boolean | 
includeAudit()
Gets the includeAudit. 
 | 
java.lang.Boolean | 
includeCount()
Gets the includeCount. 
 | 
ListIntentsOptions.Builder | 
newBuilder()
New builder. 
 | 
java.lang.Long | 
pageLimit()
Gets the pageLimit. 
 | 
java.lang.String | 
sort()
Gets the sort. 
 | 
java.lang.String | 
workspaceId()
Gets the workspaceId. 
 | 
equals, hashCode, toStringpublic ListIntentsOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.Boolean export()
public java.lang.Long pageLimit()
public java.lang.Boolean includeCount()
public java.lang.String sort()
public java.lang.String cursor()
public java.lang.Boolean includeAudit()