public static class DocumentationLink.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DocumentationLink |
build() |
DocumentationLink.Builder |
copy(DocumentationLink model) |
DocumentationLink.Builder |
documentCategory(String documentCategory)
The category that the document belongs to.
|
DocumentationLink.Builder |
name(String name)
Text that describes the resource.
|
DocumentationLink.Builder |
url(String url)
The URL of the resource.
|
public DocumentationLink.Builder name(String name)
Text that describes the resource.
name
- the value to setpublic DocumentationLink.Builder url(String url)
The URL of the resource.
url
- the value to setpublic DocumentationLink.Builder documentCategory(String documentCategory)
The category that the document belongs to.
documentCategory
- the value to setpublic DocumentationLink build()
public DocumentationLink.Builder copy(DocumentationLink model)
Copyright © 2016–2024. All rights reserved.