public static class TemplateCategorySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
TemplateCategorySummary |
build() |
TemplateCategorySummary.Builder |
copy(TemplateCategorySummary o) |
TemplateCategorySummary.Builder |
displayName(String displayName)
The name of the template category.
|
TemplateCategorySummary.Builder |
id(String id)
Unique identifier for the template category.
|
public TemplateCategorySummary.Builder id(String id)
Unique identifier for the template category.
Possible values are 0
(Quick Starts), 1
(Service), 2
(Architecture), and 3
(Private).
id
- the value to setpublic TemplateCategorySummary.Builder displayName(String displayName)
The name of the template category.
displayName
- the value to setpublic TemplateCategorySummary build()
public TemplateCategorySummary.Builder copy(TemplateCategorySummary o)
Copyright © 2016–2022. All rights reserved.