Class ListValuesOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.ListValuesOptions.Builder
- Enclosing class:
- ListValuesOptions
public static class ListValuesOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ListValuesOptionsbuild()Builds a ListValuesOptions.ListValuesOptions.Buildercursor(String cursor)Set the cursor.ListValuesOptions.Builderentity(String entity)Set the entity.ListValuesOptions.Builderexport(Boolean export)Set the export.ListValuesOptions.BuilderincludeAudit(Boolean includeAudit)Set the includeAudit.ListValuesOptions.BuilderincludeCount(Boolean includeCount)Set the includeCount.ListValuesOptions.BuilderpageLimit(long pageLimit)Set the pageLimit.ListValuesOptions.Buildersort(String sort)Set the sort.ListValuesOptions.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 workspaceIdentity- the entity
-
-
Method Details
-
build
Builds a ListValuesOptions.- Returns:
- the new ListValuesOptions instance
-
workspaceId
Set the workspaceId.- Parameters:
workspaceId- the workspaceId- Returns:
- the ListValuesOptions builder
-
entity
Set the entity.- Parameters:
entity- the entity- Returns:
- the ListValuesOptions builder
-
export
Set the export.- Parameters:
export- the export- Returns:
- the ListValuesOptions builder
-
pageLimit
Set the pageLimit.- Parameters:
pageLimit- the pageLimit- Returns:
- the ListValuesOptions builder
-
includeCount
Set the includeCount.- Parameters:
includeCount- the includeCount- Returns:
- the ListValuesOptions builder
-
sort
Set the sort.- Parameters:
sort- the sort- Returns:
- the ListValuesOptions builder
-
cursor
Set the cursor.- Parameters:
cursor- the cursor- Returns:
- the ListValuesOptions builder
-
includeAudit
Set the includeAudit.- Parameters:
includeAudit- the includeAudit- Returns:
- the ListValuesOptions builder
-