public class CreateEntityOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
CreateEntityOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
String |
description()
Gets the description.
|
String |
entity()
Gets the entity.
|
Boolean |
fuzzyMatch()
Gets the fuzzyMatch.
|
Boolean |
includeAudit()
Gets the includeAudit.
|
Map<String,Object> |
metadata()
Gets the metadata.
|
CreateEntityOptions.Builder |
newBuilder()
New builder.
|
List<CreateValue> |
values()
Gets the values.
|
String |
workspaceId()
Gets the workspaceId.
|
public CreateEntityOptions.Builder newBuilder()
public String workspaceId()
Unique identifier of the workspace.
public String entity()
The name of the entity. This string must conform to the following restrictions: - It can contain only Unicode alphanumeric, underscore, and hyphen characters. - If you specify an entity name beginning with the reserved prefix `sys-`, it must be the name of a system entity that you want to enable. (Any entity content specified with the request is ignored.).
public String description()
The description of the entity. This string cannot contain carriage return, newline, or tab characters.
public Map<String,Object> metadata()
Any metadata related to the entity.
public Boolean fuzzyMatch()
Whether to use fuzzy matching for the entity.
public List<CreateValue> values()
An array of objects describing the entity values.
public Boolean includeAudit()
Whether to include the audit properties (`created` and `updated` timestamps) in the response.
Copyright © 2023 IBM Cloud. All rights reserved.