static DimensionValues.Builder |
DimensionValues.builder() |
|
DimensionValues.Builder |
DimensionValues.Builder.key(String key) |
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues.Builder |
DimensionValues.Builder.key(Dimension key) |
The names of the metadata types that you can use to filter and group your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptions(Collection<MatchOption> matchOptions) |
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptions(MatchOption... matchOptions) |
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptionsWithStrings(String... matchOptions) |
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.Builder.matchOptionsWithStrings(Collection<String> matchOptions) |
The match options that you can use to filter your results.
|
DimensionValues.Builder |
DimensionValues.toBuilder() |
|
DimensionValues.Builder |
DimensionValues.Builder.values(String... values) |
The metadata values that you can use to filter and group your results.
|
DimensionValues.Builder |
DimensionValues.Builder.values(Collection<String> values) |
The metadata values that you can use to filter and group your results.
|