Uses of Class
com.oracle.bmc.datacatalog.model.BaseTag.Builder
-
Packages that use BaseTag.Builder Package Description com.oracle.bmc.datacatalog.model -
-
Uses of BaseTag.Builder in com.oracle.bmc.datacatalog.model
Methods in com.oracle.bmc.datacatalog.model that return BaseTag.Builder Modifier and Type Method Description static BaseTag.BuilderBaseTag. builder()Create a new builder.BaseTag.BuilderBaseTag.Builder. copy(BaseTag model)BaseTag.BuilderBaseTag.Builder. createdById(String createdById)OCID of the user who created the tag.BaseTag.BuilderBaseTag.Builder. key(String key)Unique tag key that is immutable.BaseTag.BuilderBaseTag.Builder. lifecycleState(LifecycleState lifecycleState)The current state of the tag.BaseTag.BuilderBaseTag.Builder. name(String name)Name of the tag which matches the term name.BaseTag.BuilderBaseTag.Builder. termDescription(String termDescription)Description of the related term.BaseTag.BuilderBaseTag.Builder. termKey(String termKey)Unique key of the related term.BaseTag.BuilderBaseTag.Builder. termPath(String termPath)Path of the related term.BaseTag.BuilderBaseTag.Builder. timeCreated(Date timeCreated)The date and time the tag was created, in the format defined by RFC3339.BaseTag.BuilderBaseTag. toBuilder()BaseTag.BuilderBaseTag.Builder. uri(String uri)URI to the tag instance in the API.
-