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 ListValuesOptions
build()
Builds a ListValuesOptions.ListValuesOptions.Builder
cursor(String cursor)
Set the cursor.ListValuesOptions.Builder
entity(String entity)
Set the entity.ListValuesOptions.Builder
export(Boolean export)
Set the export.ListValuesOptions.Builder
includeAudit(Boolean includeAudit)
Set the includeAudit.ListValuesOptions.Builder
includeCount(Boolean includeCount)
Set the includeCount.ListValuesOptions.Builder
pageLimit(long pageLimit)
Set the pageLimit.ListValuesOptions.Builder
sort(String sort)
Set the sort.ListValuesOptions.Builder
workspaceId(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
-