public static interface ExpenseGroupProperty.Builder extends SdkPojo, CopyableBuilder<ExpenseGroupProperty.Builder,ExpenseGroupProperty>
| Modifier and Type | Method and Description |
|---|---|
ExpenseGroupProperty.Builder |
id(String id)
Provides a group Id number, which will be the same for each in the group.
|
ExpenseGroupProperty.Builder |
types(Collection<String> types)
Informs you on whether the expense group is a name or an address.
|
ExpenseGroupProperty.Builder |
types(String... types)
Informs you on whether the expense group is a name or an address.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExpenseGroupProperty.Builder types(Collection<String> types)
Informs you on whether the expense group is a name or an address.
types - Informs you on whether the expense group is a name or an address.ExpenseGroupProperty.Builder types(String... types)
Informs you on whether the expense group is a name or an address.
types - Informs you on whether the expense group is a name or an address.ExpenseGroupProperty.Builder id(String id)
Provides a group Id number, which will be the same for each in the group.
id - Provides a group Id number, which will be the same for each in the group.Copyright © 2023. All rights reserved.