Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NamedLink |
build() |
NamedLink.Builder |
copy(NamedLink model) |
NamedLink.Builder |
name(String name)
Text that describes the resource.
|
NamedLink.Builder |
url(String url)
The URL of the resource.
|
public NamedLink.Builder name(String name)
Text that describes the resource.
name
- the value to setpublic NamedLink.Builder url(String url)
The URL of the resource.
url
- the value to setpublic NamedLink build()
public NamedLink.Builder copy(NamedLink model)
Copyright © 2016–2024. All rights reserved.