Modifier and Type | Method and Description |
---|---|
BaseTag |
build() |
BaseTag.Builder |
copy(BaseTag o) |
BaseTag.Builder |
createdById(String createdById) |
BaseTag.Builder |
key(String key) |
BaseTag.Builder |
lifecycleState(LifecycleState lifecycleState) |
BaseTag.Builder |
name(String name) |
BaseTag.Builder |
termDescription(String termDescription) |
BaseTag.Builder |
termKey(String termKey) |
BaseTag.Builder |
termPath(String termPath) |
BaseTag.Builder |
timeCreated(Date timeCreated) |
String |
toString() |
BaseTag.Builder |
uri(String uri) |
public BaseTag.Builder key(String key)
public BaseTag.Builder name(String name)
public BaseTag.Builder termKey(String termKey)
public BaseTag.Builder termPath(String termPath)
public BaseTag.Builder termDescription(String termDescription)
public BaseTag.Builder lifecycleState(LifecycleState lifecycleState)
public BaseTag.Builder timeCreated(Date timeCreated)
public BaseTag.Builder createdById(String createdById)
public BaseTag.Builder uri(String uri)
public BaseTag build()
public BaseTag.Builder copy(BaseTag o)
Copyright © 2016–2021. All rights reserved.