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