static Entity.Builder |
Entity.builder() |
Create a new builder.
|
Entity.Builder |
Entity.Builder.businessName(String businessName) |
Optional user friendly business name of the data entity.
|
Entity.Builder |
Entity.Builder.copy(Entity model) |
|
Entity.Builder |
Entity.Builder.createdById(String createdById) |
OCID of the user who created this object in the data catalog.
|
Entity.Builder |
Entity.Builder.customPropertyMembers(List<CustomPropertyGetUsage> customPropertyMembers) |
The list of customized properties along with the values for this object
|
Entity.Builder |
Entity.Builder.dataAssetKey(String dataAssetKey) |
Unique key of the parent data asset.
|
Entity.Builder |
Entity.Builder.description(String description) |
Detailed description of a data entity.
|
Entity.Builder |
Entity.Builder.displayName(String displayName) |
A user-friendly display name.
|
Entity.Builder |
Entity.Builder.externalKey(String externalKey) |
Unique external key of this object in the source system.
|
Entity.Builder |
Entity.Builder.folderKey(String folderKey) |
Key of the associated folder.
|
Entity.Builder |
Entity.Builder.folderName(String folderName) |
Name of the associated folder.
|
Entity.Builder |
Entity.Builder.harvestStatus(HarvestStatus harvestStatus) |
Status of the object as updated by the harvest process.
|
Entity.Builder |
Entity.Builder.isLogical(Boolean isLogical) |
Property that identifies if the object is a physical object (materialized) or
virtual/logical object defined on other objects.
|
Entity.Builder |
Entity.Builder.isPartition(Boolean isPartition) |
Property that identifies if an object is a sub object of a physical or materialized
parent object.
|
Entity.Builder |
Entity.Builder.key(String key) |
Unique data entity key that is immutable.
|
Entity.Builder |
Entity.Builder.lastJobKey(String lastJobKey) |
Key of the last harvest process to update this object.
|
Entity.Builder |
Entity.Builder.lifecycleDetails(String lifecycleDetails) |
A message describing the current state in more detail.
|
Entity.Builder |
Entity.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the data entity.
|
Entity.Builder |
Entity.Builder.objectRelationships(List<ObjectRelationship> objectRelationships) |
List of objects and their relationships to this entity.
|
Entity.Builder |
Entity.Builder.objectStorageUrl(String objectStorageUrl) |
URL of the data entity in the object store.
|
Entity.Builder |
Entity.Builder.path(String path) |
Full path of the data entity.
|
Entity.Builder |
Entity.Builder.patternKey(String patternKey) |
Key of the associated pattern if this is a logical entity.
|
Entity.Builder |
Entity.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the entity type.
|
Entity.Builder |
Entity.Builder.realizedExpression(String realizedExpression) |
The expression realized after resolving qualifiers .
|
Entity.Builder |
Entity.Builder.timeCreated(Date timeCreated) |
The date and time the data entity was created, in the format defined by
RFC3339.
|
Entity.Builder |
Entity.Builder.timeExternal(Date timeExternal) |
Last modified timestamp of this object in the external system.
|
Entity.Builder |
Entity.Builder.timeHarvested(Date timeHarvested) |
The date and time the entity was harvested, in the format defined by
RFC3339.
|
Entity.Builder |
Entity.Builder.timeStatusUpdated(Date timeStatusUpdated) |
Time that the data entities status was last updated.
|
Entity.Builder |
Entity.Builder.timeUpdated(Date timeUpdated) |
The last time that any change was made to the data entity.
|
Entity.Builder |
Entity.toBuilder() |
|
Entity.Builder |
Entity.Builder.typeKey(String typeKey) |
The type of data entity object.
|
Entity.Builder |
Entity.Builder.updatedById(String updatedById) |
OCID of the user who updated this object in the data catalog.
|
Entity.Builder |
Entity.Builder.uri(String uri) |
URI to the data entity instance in the API.
|