Class UpdateSubscriberRequest

    • Method Detail

      • accountId

        public final String accountId()

        The accountId that is associated with the budget whose subscriber you want to update.

        Returns:
        The accountId that is associated with the budget whose subscriber you want to update.
      • budgetName

        public final String budgetName()

        The name of the budget whose subscriber you want to update.

        Returns:
        The name of the budget whose subscriber you want to update.
      • notification

        public final Notification notification()

        The notification whose subscriber you want to update.

        Returns:
        The notification whose subscriber you want to update.
      • oldSubscriber

        public final Subscriber oldSubscriber()

        The previous subscriber that is associated with a budget notification.

        Returns:
        The previous subscriber that is associated with a budget notification.
      • newSubscriber

        public final Subscriber newSubscriber()

        The updated subscriber that is associated with a budget notification.

        Returns:
        The updated subscriber that is associated with a budget notification.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object