Package | Description |
---|---|
com.oracle.bmc.datacatalog.model |
Modifier and Type | Method and Description |
---|---|
static EntityTag.Builder |
EntityTag.builder()
Create a new builder.
|
EntityTag.Builder |
EntityTag.Builder.copy(EntityTag model) |
EntityTag.Builder |
EntityTag.Builder.createdById(String createdById)
OCID of the user who created the tag.
|
EntityTag.Builder |
EntityTag.Builder.entityKey(String entityKey)
The unique key of the parent entity.
|
EntityTag.Builder |
EntityTag.Builder.key(String key)
Unique tag key that is immutable.
|
EntityTag.Builder |
EntityTag.Builder.lifecycleState(LifecycleState lifecycleState)
The current state of the tag.
|
EntityTag.Builder |
EntityTag.Builder.name(String name)
Name of the tag which matches the term name.
|
EntityTag.Builder |
EntityTag.Builder.termDescription(String termDescription)
Description of the related term.
|
EntityTag.Builder |
EntityTag.Builder.termKey(String termKey)
Unique key of the related term.
|
EntityTag.Builder |
EntityTag.Builder.termPath(String termPath)
Path of the related term.
|
EntityTag.Builder |
EntityTag.Builder.timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339.
|
EntityTag.Builder |
EntityTag.toBuilder() |
EntityTag.Builder |
EntityTag.Builder.uri(String uri)
URI to the tag instance in the API.
|
Copyright © 2016–2024. All rights reserved.