static DimensionValues.Builder |
DimensionValues.builder() |
|
DimensionValues.Builder |
DimensionValues.Builder.key(String key) |
The name of the dimension that you want to filter on.
|
DimensionValues.Builder |
DimensionValues.Builder.key(Dimension key) |
The name of the dimension that you want to filter on.
|
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 you can specify to filter upon, so that the results all match at least one of the
specified values.
|
DimensionValues.Builder |
DimensionValues.Builder.values(Collection<String> values) |
The metadata values you can specify to filter upon, so that the results all match at least one of the
specified values.
|