Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Dimension |
build() |
Dimension.Builder |
copy(Dimension model) |
Dimension.Builder |
name(String name)
The name of the dimension.
|
Dimension.Builder |
valueSource(String valueSource)
The source to populate the dimension.
|
public Dimension.Builder name(String name)
The name of the dimension.
name
- the value to setpublic Dimension.Builder valueSource(String valueSource)
The source to populate the dimension. This must not be specified.
valueSource
- the value to setpublic Dimension build()
public Dimension.Builder copy(Dimension model)
Copyright © 2016–2024. All rights reserved.