public static class BaseTagSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BaseTagSummary |
build() |
BaseTagSummary.Builder |
copy(BaseTagSummary model) |
BaseTagSummary.Builder |
glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.
|
BaseTagSummary.Builder |
key(String key)
Unique tag key that is immutable.
|
BaseTagSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the Tag.
|
BaseTagSummary.Builder |
name(String name)
Name of the tag that matches the term name.
|
BaseTagSummary.Builder |
termDescription(String termDescription)
Description of the related term.
|
BaseTagSummary.Builder |
termKey(String termKey)
Unique key of the related term.
|
BaseTagSummary.Builder |
termPath(String termPath)
Path of the related term.
|
BaseTagSummary.Builder |
timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339.
|
BaseTagSummary.Builder |
uri(String uri)
URI to the tag instance in the API.
|
public BaseTagSummary.Builder key(String key)
Unique tag key that is immutable.
key
- the value to setpublic BaseTagSummary.Builder timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339. Example: 2019-03-25T21:10:29.600Z
timeCreated
- the value to setpublic BaseTagSummary.Builder name(String name)
Name of the tag that matches the term name.
name
- the value to setpublic BaseTagSummary.Builder uri(String uri)
URI to the tag instance in the API.
uri
- the value to setpublic BaseTagSummary.Builder termKey(String termKey)
Unique key of the related term.
termKey
- the value to setpublic BaseTagSummary.Builder termPath(String termPath)
Path of the related term.
termPath
- the value to setpublic BaseTagSummary.Builder termDescription(String termDescription)
Description of the related term.
termDescription
- the value to setpublic BaseTagSummary.Builder glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.
glossaryKey
- the value to setpublic BaseTagSummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the Tag.
lifecycleState
- the value to setpublic BaseTagSummary build()
public BaseTagSummary.Builder copy(BaseTagSummary model)
Copyright © 2016–2024. All rights reserved.