public class GetValueOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
GetValueOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
entity()
Gets the entity.
|
java.lang.Boolean |
export()
Gets the export.
|
java.lang.Boolean |
includeAudit()
Gets the includeAudit.
|
GetValueOptions.Builder |
newBuilder()
New builder.
|
java.lang.String |
value()
Gets the value.
|
java.lang.String |
workspaceId()
Gets the workspaceId.
|
equals, hashCode, toString
public GetValueOptions.Builder newBuilder()
public java.lang.String workspaceId()
public java.lang.String entity()
public java.lang.String value()
public java.lang.Boolean export()
public java.lang.Boolean includeAudit()