public static class FolderTagSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FolderTagSummary |
build() |
FolderTagSummary.Builder |
copy(FolderTagSummary model) |
FolderTagSummary.Builder |
folderKey(String folderKey)
The unique key of the parent folder.
|
FolderTagSummary.Builder |
glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.
|
FolderTagSummary.Builder |
key(String key)
Unique tag key that is immutable.
|
FolderTagSummary.Builder |
lifecycleState(LifecycleState lifecycleState)
State of the Tag.
|
FolderTagSummary.Builder |
name(String name)
Name of the tag that matches the term name.
|
FolderTagSummary.Builder |
termDescription(String termDescription)
Description of the related term.
|
FolderTagSummary.Builder |
termKey(String termKey)
Unique key of the related term.
|
FolderTagSummary.Builder |
termPath(String termPath)
Path of the related term.
|
FolderTagSummary.Builder |
timeCreated(Date timeCreated)
The date and time the tag was created, in the format defined by
RFC3339.
|
FolderTagSummary.Builder |
uri(String uri)
URI to the tag instance in the API.
|
public FolderTagSummary.Builder folderKey(String folderKey)
The unique key of the parent folder.
folderKey
- the value to setpublic FolderTagSummary.Builder key(String key)
Unique tag key that is immutable.
key
- the value to setpublic FolderTagSummary.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 FolderTagSummary.Builder name(String name)
Name of the tag that matches the term name.
name
- the value to setpublic FolderTagSummary.Builder uri(String uri)
URI to the tag instance in the API.
uri
- the value to setpublic FolderTagSummary.Builder termKey(String termKey)
Unique key of the related term.
termKey
- the value to setpublic FolderTagSummary.Builder termPath(String termPath)
Path of the related term.
termPath
- the value to setpublic FolderTagSummary.Builder termDescription(String termDescription)
Description of the related term.
termDescription
- the value to setpublic FolderTagSummary.Builder glossaryKey(String glossaryKey)
Unique id of the parent glossary of the term.
glossaryKey
- the value to setpublic FolderTagSummary.Builder lifecycleState(LifecycleState lifecycleState)
State of the Tag.
lifecycleState
- the value to setpublic FolderTagSummary build()
public FolderTagSummary.Builder copy(FolderTagSummary model)
Copyright © 2016–2025. All rights reserved.