-
- All Implemented Interfaces:
-
com.meniga.sdk.interfaces.ValueHashable
public final class GetBudgets extends QueryRequestObject
-
-
Field Summary
Fields Modifier and Type Field Description private List<Long>idsprivate List<Long>accountIdsprivate BudgetTypetype
-
Constructor Summary
Constructors Constructor Description GetBudgets(List<Long> ids, List<Long> accountIds, BudgetType type)
-
Method Summary
Modifier and Type Method Description LonggetValueHash()Map<String, String>toQueryMap()final List<Long>component1()final List<Long>component2()final BudgetTypecomponent3()final GetBudgetscopy(List<Long> ids, List<Long> accountIds, BudgetType type)final List<Long>getIds()final List<Long>getAccountIds()final BudgetTypegetType()final UnitsetIds(List<Long> ids)final UnitsetAccountIds(List<Long> accountIds)final UnitsetType(BudgetType type)-
-
Constructor Detail
-
GetBudgets
GetBudgets(List<Long> ids, List<Long> accountIds, BudgetType type)
-
-
Method Detail
-
getValueHash
Long getValueHash()
-
toQueryMap
Map<String, String> toQueryMap()
-
component1
final List<Long> component1()
-
component2
final List<Long> component2()
-
component3
final BudgetType component3()
-
copy
final GetBudgets copy(List<Long> ids, List<Long> accountIds, BudgetType type)
-
getAccountIds
final List<Long> getAccountIds()
-
getType
final BudgetType getType()
-
setAccountIds
final Unit setAccountIds(List<Long> accountIds)
-
setType
final Unit setType(BudgetType type)
-
-
-
-