Class BudgetsListResult


  • public final class BudgetsListResult
    extends Object
    Result of listing budgets. It contains a list of available budgets in the scope provided.
    • Constructor Detail

      • BudgetsListResult

        public BudgetsListResult()
    • Method Detail

      • value

        public List<BudgetInner> value()
        Get the value property: The list of budgets.
        Returns:
        the value value.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link (url) to the next page of results.
        Returns:
        the nextLink value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.