Package | Description |
---|---|
com.oracle.bmc.datacatalog | |
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
Iterable<CustomPropertySummary> |
DataCatalogPaginators.listCustomPropertiesRecordIterator(ListCustomPropertiesRequest request)
Creates a new iterable which will iterate over the
CustomPropertySummary objects contained in responses from
the listCustomProperties operation. |
Modifier and Type | Method and Description |
---|---|
CustomPropertySummary |
CustomPropertySummary.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<CustomPropertySummary> |
Type.getCustomProperties()
Custom properties associated with this Type.
|
List<CustomPropertySummary> |
CustomPropertyCollection.getItems()
Collection of custom property summaries
|
Modifier and Type | Method and Description |
---|---|
CustomPropertySummary.Builder |
CustomPropertySummary.Builder.copy(CustomPropertySummary model) |
Modifier and Type | Method and 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 summaries
|
Constructor and 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.
|
Copyright © 2016–2025. All rights reserved.