| Package | Description |
|---|---|
| org.exoplatform.wallet.model.reward |
| Modifier and Type | Field and Description |
|---|---|
static RewardBudgetType |
RewardBudgetType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
RewardBudgetType |
RewardPluginSettings.getBudgetType() |
RewardBudgetType |
RewardTeam.getRewardType() |
static RewardBudgetType |
RewardBudgetType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RewardBudgetType[] |
RewardBudgetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RewardPluginSettings.setBudgetType(RewardBudgetType budgetType) |
void |
RewardTeam.setRewardType(RewardBudgetType rewardType) |
| Constructor and Description |
|---|
RewardPluginSettings(String pluginId,
boolean enabled,
double threshold,
boolean usePools,
RewardBudgetType budgetType,
double amount) |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.