Uses of Class
com.oracle.bmc.datacatalog.model.CustomPropertySummary
-
Packages that use CustomPropertySummary Package Description com.oracle.bmc.datacatalog com.oracle.bmc.datacatalog.model -
-
Uses of CustomPropertySummary in com.oracle.bmc.datacatalog
Methods in com.oracle.bmc.datacatalog that return types with arguments of type CustomPropertySummary Modifier and Type Method Description Iterable<CustomPropertySummary>
DataCatalogPaginators. listCustomPropertiesRecordIterator(ListCustomPropertiesRequest request)
Creates a new iterable which will iterate over theCustomPropertySummary
objects contained in responses from the listCustomProperties operation. -
Uses of CustomPropertySummary in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return CustomPropertySummary Modifier and Type Method Description CustomPropertySummary
CustomPropertySummary.Builder. build()
Methods in com.oracle.bmc.datacatalog.model that return types with arguments of type CustomPropertySummary Modifier and Type Method Description List<CustomPropertySummary>
Type. getCustomProperties()
Custom properties associated with this Type.List<CustomPropertySummary>
CustomPropertyCollection. getItems()
Collection of custom property summariesMethods in com.oracle.bmc.datacatalog.model with parameters of type CustomPropertySummary Modifier and Type Method Description CustomPropertySummary.Builder
CustomPropertySummary.Builder. copy(CustomPropertySummary model)
Method parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertySummary Modifier and Type Method Description Type.Builder
Type.Builder. customProperties(List<CustomPropertySummary> customProperties)
Custom properties associated with this Type.CustomPropertyCollection.Builder
CustomPropertyCollection.Builder. items(List<CustomPropertySummary> items)
Collection of custom property summariesConstructor parameters in com.oracle.bmc.datacatalog.model with type arguments of type CustomPropertySummary Constructor Description CustomPropertyCollection(Integer count, List<CustomPropertySummary> items)
Deprecated.Type(String key, String name, String description, String catalogId, Map<String,List<PropertyDefinition>> properties, LifecycleState lifecycleState, Boolean isInternal, Boolean isTag, Boolean isApproved, String typeCategory, String externalTypeName, String uri, List<CustomPropertySummary> customProperties, String parentTypeKey, String parentTypeName)
Deprecated.
-