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