public static class DeleteCounterexampleOptions.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String workspaceId,
       String text)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| DeleteCounterexampleOptions | build()Builds a DeleteCounterexampleOptions. | 
| DeleteCounterexampleOptions.Builder | text(String text)Set the text. | 
| DeleteCounterexampleOptions.Builder | workspaceId(String workspaceId)Set the workspaceId. | 
public DeleteCounterexampleOptions build()
public DeleteCounterexampleOptions.Builder workspaceId(String workspaceId)
workspaceId - the workspaceIdpublic DeleteCounterexampleOptions.Builder text(String text)
text - the textCopyright © 2023 IBM Cloud. All rights reserved.