Uses of Class
com.microsoft.store.partnercenter.models.usage.SpendingBudget
| Package | Description |
|---|---|
| com.microsoft.store.partnercenter.models.usage | |
| com.microsoft.store.partnercenter.usage |
-
Uses of SpendingBudget in com.microsoft.store.partnercenter.models.usage
Methods in com.microsoft.store.partnercenter.models.usage that return SpendingBudget Modifier and Type Method Description SpendingBudgetCustomerMonthlyUsageRecord. getBudget()Gets the spending budget allocated for the customer.SpendingBudgetCustomerUsageSummary. getBudget()Methods in com.microsoft.store.partnercenter.models.usage with parameters of type SpendingBudget Modifier and Type Method Description voidCustomerMonthlyUsageRecord. setBudget(SpendingBudget value)Sets the spending budget allocated for the customer.voidCustomerUsageSummary. setBudget(SpendingBudget value) -
Uses of SpendingBudget in com.microsoft.store.partnercenter.usage
Methods in com.microsoft.store.partnercenter.usage that return SpendingBudget Modifier and Type Method Description SpendingBudgetCustomerUsageSpendingBudgetOperations. get()Gets the usage spending budget allocated to a customer by the partner.SpendingBudgetICustomerUsageSpendingBudget. get()Retrieves the customer's usage spending budget.SpendingBudgetCustomerUsageSpendingBudgetOperations. patch(SpendingBudget usageSpendingBudget)Patches the usage spending budget allocated to a customer by the partner.SpendingBudgetICustomerUsageSpendingBudget. patch(SpendingBudget spendingBudget)Patches the customer's usage spending budget.Methods in com.microsoft.store.partnercenter.usage with parameters of type SpendingBudget Modifier and Type Method Description SpendingBudgetCustomerUsageSpendingBudgetOperations. patch(SpendingBudget usageSpendingBudget)Patches the usage spending budget allocated to a customer by the partner.SpendingBudgetICustomerUsageSpendingBudget. patch(SpendingBudget spendingBudget)Patches the customer's usage spending budget.