public static class OptionsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OptionsSummary |
build() |
OptionsSummary.Builder |
copy(OptionsSummary model) |
OptionsSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags) |
OptionsSummary.Builder |
description(String description)
An optional string that describes what the options are intended or used for.
|
OptionsSummary.Builder |
displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
|
OptionsSummary.Builder |
freeformTags(Map<String,String> freeformTags) |
OptionsSummary.Builder |
group(String group)
A string that specifies the group that an OPTIONS item belongs to.
|
OptionsSummary.Builder |
id(String id) |
OptionsSummary.Builder |
options(Object options)
The options are stored here as JSON.
|
OptionsSummary.Builder |
timeCreated(Date timeCreated) |
OptionsSummary.Builder |
timeUpdated(Date timeUpdated) |
public OptionsSummary.Builder id(String id)
public OptionsSummary.Builder timeCreated(Date timeCreated)
public OptionsSummary.Builder timeUpdated(Date timeUpdated)
public OptionsSummary.Builder freeformTags(Map<String,String> freeformTags)
public OptionsSummary.Builder displayName(String displayName)
The name by which a configuration entity is displayed to the end user.
displayName
- the value to setpublic OptionsSummary.Builder options(Object options)
The options are stored here as JSON.
options
- the value to setpublic OptionsSummary.Builder group(String group)
A string that specifies the group that an OPTIONS item belongs to.
group
- the value to setpublic OptionsSummary.Builder description(String description)
An optional string that describes what the options are intended or used for.
description
- the value to setpublic OptionsSummary build()
public OptionsSummary.Builder copy(OptionsSummary model)
Copyright © 2016–2023. All rights reserved.