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