Class GetValueOptions.Builder
java.lang.Object
com.ibm.watson.assistant.v1.model.GetValueOptions.Builder
- Enclosing class:
- GetValueOptions
public static class GetValueOptions.Builder extends Object
Builder.
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description GetValueOptions
build()
Builds a GetValueOptions.GetValueOptions.Builder
entity(String entity)
Set the entity.GetValueOptions.Builder
export(Boolean export)
Set the export.GetValueOptions.Builder
includeAudit(Boolean includeAudit)
Set the includeAudit.GetValueOptions.Builder
value(String value)
Set the value.GetValueOptions.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 entityvalue
- the value
-
-
Method Details
-
build
Builds a GetValueOptions.- Returns:
- the new GetValueOptions instance
-
workspaceId
Set the workspaceId.- Parameters:
workspaceId
- the workspaceId- Returns:
- the GetValueOptions builder
-
entity
Set the entity.- Parameters:
entity
- the entity- Returns:
- the GetValueOptions builder
-
value
Set the value.- Parameters:
value
- the value- Returns:
- the GetValueOptions builder
-
export
Set the export.- Parameters:
export
- the export- Returns:
- the GetValueOptions builder
-
includeAudit
Set the includeAudit.- Parameters:
includeAudit
- the includeAudit- Returns:
- the GetValueOptions builder
-