| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Id |
build() |
Id.Builder |
copy(Id o) |
Id.Builder |
displayName(String displayName)
User friendly name
|
Id.Builder |
id(String id)
unique identifier that is immutable on creation
|
public Id.Builder id(String id)
unique identifier that is immutable on creation
id - the value to setpublic Id.Builder displayName(String displayName)
User friendly name
displayName - the value to setpublic Id build()
public Id.Builder copy(Id o)
Copyright © 2016–2022. All rights reserved.