public static class UpdateCounterexampleOptions.Builder
extends java.lang.Object
Constructor and Description |
---|
UpdateCounterexampleOptions.Builder()
Instantiates a new builder.
|
UpdateCounterexampleOptions.Builder(java.lang.String workspaceId,
java.lang.String text)
Instantiates a new builder with required properties.
|
Modifier and Type | Method and Description |
---|---|
UpdateCounterexampleOptions |
build()
Builds a UpdateCounterexampleOptions.
|
UpdateCounterexampleOptions.Builder |
newText(java.lang.String newText)
Set the newText.
|
UpdateCounterexampleOptions.Builder |
text(java.lang.String text)
Set the text.
|
UpdateCounterexampleOptions.Builder |
workspaceId(java.lang.String workspaceId)
Set the workspaceId.
|
public UpdateCounterexampleOptions.Builder()
public UpdateCounterexampleOptions.Builder(java.lang.String workspaceId, java.lang.String text)
workspaceId
- the workspaceIdtext
- the textpublic UpdateCounterexampleOptions build()
public UpdateCounterexampleOptions.Builder workspaceId(java.lang.String workspaceId)
workspaceId
- the workspaceIdpublic UpdateCounterexampleOptions.Builder text(java.lang.String text)
text
- the textpublic UpdateCounterexampleOptions.Builder newText(java.lang.String newText)
newText
- the newText