static CostCategoryValues.Builder |
CostCategoryValues.builder() |
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.key(String key) |
Sets the value of the Key property for this object.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(Collection<MatchOption> matchOptions) |
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptions(MatchOption... matchOptions) |
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptionsWithStrings(String... matchOptions) |
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.matchOptionsWithStrings(Collection<String> matchOptions) |
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
CostCategoryValues.toBuilder() |
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.values(String... values) |
The specific value of the Cost Category.
|
CostCategoryValues.Builder |
CostCategoryValues.Builder.values(Collection<String> values) |
The specific value of the Cost Category.
|