Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
static Type.Builder |
Type.builder()
Create a new builder.
|
Type.Builder |
Type.Builder.catalogId(String catalogId)
The data catalog’s OCID.
|
Type.Builder |
Type.Builder.copy(Type model) |
Type.Builder |
Type.Builder.customProperties(List<CustomPropertySummary> customProperties)
Custom properties associated with this Type.
|
Type.Builder |
Type.Builder.description(String description)
Detailed description of the type.
|
Type.Builder |
Type.Builder.externalTypeName(String externalTypeName)
Mapping type equivalence in the external system.
|
Type.Builder |
Type.Builder.isApproved(Boolean isApproved)
Indicates whether the type is approved for use as a classifying object.
|
Type.Builder |
Type.Builder.isInternal(Boolean isInternal)
Indicates whether the type is internal, making it unavailable for use by metadata
elements.
|
Type.Builder |
Type.Builder.isTag(Boolean isTag)
Indicates whether the type can be used for tagging metadata elements.
|
Type.Builder |
Type.Builder.key(String key)
Unique type key that is immutable.
|
Type.Builder |
Type.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the type.
|
Type.Builder |
Type.Builder.name(String name)
The immutable name of the type.
|
Type.Builder |
Type.Builder.parentTypeKey(String parentTypeKey)
Unique key of the parent type.
|
Type.Builder |
Type.Builder.parentTypeName(String parentTypeName)
Name of the parent type.
|
Type.Builder |
Type.Builder.properties(Map<String,List<PropertyDefinition>> properties)
A map of arrays which defines the type specific properties, both required and optional.
|
Type.Builder |
Type.toBuilder() |
Type.Builder |
Type.Builder.typeCategory(String typeCategory)
Indicates the category this type belongs to.
|
Type.Builder |
Type.Builder.uri(String uri)
URI to the type instance in the API.
|
Copyright © 2016–2023. All rights reserved.