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