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