Uses of Class
com.oracle.bmc.datacatalog.model.SearchTagSummary
-
Packages that use SearchTagSummary Package Description com.oracle.bmc.datacatalog.model -
-
Uses of SearchTagSummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return SearchTagSummary Modifier and Type Method Description SearchTagSummary
SearchTagSummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type SearchTagSummary Modifier and Type Method Description List<SearchTagSummary>
SearchResult. getTagSummary()
Array of the tags associated with this object.Methods in com.oracle.bmc.datacatalog.model with parameters of type SearchTagSummary Modifier and Type Method Description SearchTagSummary.Builder
SearchTagSummary.Builder. copy(SearchTagSummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type SearchTagSummary Modifier and Type Method Description SearchResult.Builder
SearchResult.Builder. tagSummary(List<SearchTagSummary> tagSummary)
Array of the tags associated with this object.Constructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type SearchTagSummary Constructor Description SearchResult(String key, String name, String description, Date timeCreated, Date timeUpdated, List<SearchTagSummary> tagSummary, List<SearchTermSummary> termSummary, String typeName, String externalTypeName, String externalDataType, String dataAssetKey, String dataAssetType, String dataAssetName, String folderKey, String folderType, String folderName, String entitykey, String entityType, String entityName, String glossaryKey, String glossaryName, String parentTermKey, String parentTermName, String createdById, String updatedById, String path, String businessName, LifecycleState lifecycleState, String attributeType, String expression, List<FacetedSearchCustomProperty> customProperties, Map<String,Map<String,String>> properties)
Deprecated.
-