Package co.cloudcraft.model
Class ExportBudgetQueryParams.ExportBudgetQueryParamsBuilder
java.lang.Object
co.cloudcraft.model.ExportBudgetQueryParams.ExportBudgetQueryParamsBuilder
- Enclosing class:
ExportBudgetQueryParams
-
Method Summary
Modifier and TypeMethodDescriptionbuild()currency(ExportBudgetQueryParams.Currency currency) Currency in ISO_4217 format.period(ExportBudgetQueryParams.Period period) Period for budget.Should be one of "effective" (includes upfront fees) or "stated" (excludes upfront fees).toString()
-
Method Details
-
currency
public ExportBudgetQueryParams.ExportBudgetQueryParamsBuilder currency(ExportBudgetQueryParams.Currency currency) Currency in ISO_4217 format. If none provided, response will be based on USD.- Returns:
this.
-
period
public ExportBudgetQueryParams.ExportBudgetQueryParamsBuilder period(ExportBudgetQueryParams.Period period) Period for budget. If none provided, response will be for monthly.- Returns:
this.
-
rate
public ExportBudgetQueryParams.ExportBudgetQueryParamsBuilder rate(ExportBudgetQueryParams.Rate rate) Should be one of "effective" (includes upfront fees) or "stated" (excludes upfront fees).- Returns:
this.
-
build
-
toString
-