public static class UpdateCounterexampleOptions.Builder
extends java.lang.Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| 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 Builder()
public 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