SearchResult.Builder |
SearchResult.Builder.attributeType(String attributeType) |
Type name of the attribute.
|
static SearchResult.Builder |
SearchResult.builder() |
Create a new builder.
|
SearchResult.Builder |
SearchResult.Builder.businessName(String businessName) |
Optional user friendly business name of the data object.
|
SearchResult.Builder |
SearchResult.Builder.copy(SearchResult model) |
|
SearchResult.Builder |
SearchResult.Builder.createdById(String createdById) |
OCID of the user who created the resource.
|
SearchResult.Builder |
SearchResult.Builder.customProperties(List<FacetedSearchCustomProperty> customProperties) |
Custom properties defined by users.
|
SearchResult.Builder |
SearchResult.Builder.dataAssetKey(String dataAssetKey) |
Unique key of the data asset that is the root parent of this object.
|
SearchResult.Builder |
SearchResult.Builder.dataAssetName(String dataAssetName) |
Name of the data asset that is the root parent of this object.
|
SearchResult.Builder |
SearchResult.Builder.dataAssetType(String dataAssetType) |
Type name of the data asset.
|
SearchResult.Builder |
SearchResult.Builder.description(String description) |
Detailed description of the object.
|
SearchResult.Builder |
SearchResult.Builder.entitykey(String entitykey) |
Unique key of the entity object if this object is an attribute.
|
SearchResult.Builder |
SearchResult.Builder.entityName(String entityName) |
Name of the parent entity object if this object is an attribute.
|
SearchResult.Builder |
SearchResult.Builder.entityType(String entityType) |
Type name of the entity.
|
SearchResult.Builder |
SearchResult.Builder.expression(String expression) |
Expression for logical entities against which names of dataObjects will be matched.
|
SearchResult.Builder |
SearchResult.Builder.externalDataType(String externalDataType) |
Data type of the object if the object is an attribute.
|
SearchResult.Builder |
SearchResult.Builder.externalTypeName(String externalTypeName) |
Name of the external object type in the host data asset.
|
SearchResult.Builder |
SearchResult.Builder.folderKey(String folderKey) |
Unique key of the folder object if this object is a sub folder, entity, or attribute.
|
SearchResult.Builder |
SearchResult.Builder.folderName(String folderName) |
Name of the parent folder object if this object is a sub folder, entity, or attribute.
|
SearchResult.Builder |
SearchResult.Builder.folderType(String folderType) |
Type name of the folder.
|
SearchResult.Builder |
SearchResult.Builder.glossaryKey(String glossaryKey) |
Unique id of the parent glossary.
|
SearchResult.Builder |
SearchResult.Builder.glossaryName(String glossaryName) |
Name of the parent glossary if this object is a term.
|
SearchResult.Builder |
SearchResult.Builder.key(String key) |
Unique key of the object returned as part of the search result.
|
SearchResult.Builder |
SearchResult.Builder.lifecycleState(LifecycleState lifecycleState) |
The current state of the data object.
|
SearchResult.Builder |
SearchResult.Builder.name(String name) |
Name of the object.
|
SearchResult.Builder |
SearchResult.Builder.parentTermKey(String parentTermKey) |
This terms parent term key.
|
SearchResult.Builder |
SearchResult.Builder.parentTermName(String parentTermName) |
Name of the parent term.
|
SearchResult.Builder |
SearchResult.Builder.path(String path) |
Absolute path of this resource, which could be a term, folder, entity etc, usually
resolvable to this resource through a namespace hierarchy.
|
SearchResult.Builder |
SearchResult.Builder.properties(Map<String,Map<String,String>> properties) |
A map of maps that contains the properties which are specific to the element type in the
search result.
|
SearchResult.Builder |
SearchResult.Builder.tagSummary(List<SearchTagSummary> tagSummary) |
Array of the tags associated with this object.
|
SearchResult.Builder |
SearchResult.Builder.termSummary(List<SearchTermSummary> termSummary) |
Array of the terms associated with this object.
|
SearchResult.Builder |
SearchResult.Builder.timeCreated(Date timeCreated) |
The date and time the result object was created, in the format defined by
RFC3339.
|
SearchResult.Builder |
SearchResult.Builder.timeUpdated(Date timeUpdated) |
The date and time the result object was updated, in the format defined by
RFC3339.
|
SearchResult.Builder |
SearchResult.toBuilder() |
|
SearchResult.Builder |
SearchResult.Builder.typeName(String typeName) |
Name of the object type.
|
SearchResult.Builder |
SearchResult.Builder.updatedById(String updatedById) |
OCID of the user who updated the resource.
|