public static interface CostCategoryValues.Builder extends SdkPojo, CopyableBuilder<CostCategoryValues.Builder,CostCategoryValues>
| Modifier and Type | Method and Description |
|---|---|
CostCategoryValues.Builder |
key(String key)
Sets the value of the Key property for this object.
|
CostCategoryValues.Builder |
matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results.
|
CostCategoryValues.Builder |
values(Collection<String> values)
The specific value of the Cost Category.
|
CostCategoryValues.Builder |
values(String... values)
The specific value of the Cost Category.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCostCategoryValues.Builder key(String key)
key - The new value for the Key property for this object.CostCategoryValues.Builder values(Collection<String> values)
The specific value of the Cost Category.
values - The specific value of the Cost Category.CostCategoryValues.Builder values(String... values)
The specific value of the Cost Category.
values - The specific value of the Cost Category.CostCategoryValues.Builder matchOptionsWithStrings(Collection<String> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.CostCategoryValues.Builder matchOptionsWithStrings(String... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.CostCategoryValues.Builder matchOptions(Collection<MatchOption> matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.CostCategoryValues.Builder matchOptions(MatchOption... matchOptions)
The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.
matchOptions - The match options that you can use to filter your results. MatchOptions is only applicable for actions
related to cost category. The default values for MatchOptions is EQUALS and
CASE_SENSITIVE.Copyright © 2021. All rights reserved.