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 ListIntentsOptionsbuild()Builds a ListIntentsOptions.ListIntentsOptions.Buildercursor(String cursor)Set the cursor.ListIntentsOptions.Builderexport(Boolean export)Set the export.ListIntentsOptions.BuilderincludeAudit(Boolean includeAudit)Set the includeAudit.ListIntentsOptions.BuilderincludeCount(Boolean includeCount)Set the includeCount.ListIntentsOptions.BuilderpageLimit(long pageLimit)Set the pageLimit.ListIntentsOptions.Buildersort(String sort)Set the sort.ListIntentsOptions.BuilderworkspaceId(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
 
 
 -