public class DeleteValueOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | DeleteValueOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | entity()Gets the entity. | 
| DeleteValueOptions.Builder | newBuilder()New builder. | 
| String | value()Gets the value. | 
| String | workspaceId()Gets the workspaceId. | 
public DeleteValueOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String entity()
The name of the entity.
public String value()
The text of the entity value.
Copyright © 2023 IBM Cloud. All rights reserved.