Interface GetMinuteUsageResponse.Builder

    • Method Detail

      • estimatedMinutesRemaining

        GetMinuteUsageResponse.Builder estimatedMinutesRemaining​(Integer estimatedMinutesRemaining)

        Estimated number of minutes remaining for an account, specific to the month being requested.

        Parameters:
        estimatedMinutesRemaining - Estimated number of minutes remaining for an account, specific to the month being requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isReservedMinutesCustomer

        GetMinuteUsageResponse.Builder isReservedMinutesCustomer​(Boolean isReservedMinutesCustomer)

        Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.

        Parameters:
        isReservedMinutesCustomer - Returns whether or not an account has signed up for the reserved minutes pricing plan, specific to the month being requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalReservedMinuteAllocation

        GetMinuteUsageResponse.Builder totalReservedMinuteAllocation​(Integer totalReservedMinuteAllocation)

        Total number of reserved minutes allocated, specific to the month being requested.

        Parameters:
        totalReservedMinuteAllocation - Total number of reserved minutes allocated, specific to the month being requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • totalScheduledMinutes

        GetMinuteUsageResponse.Builder totalScheduledMinutes​(Integer totalScheduledMinutes)

        Total scheduled minutes for an account, specific to the month being requested.

        Parameters:
        totalScheduledMinutes - Total scheduled minutes for an account, specific to the month being requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • upcomingMinutesScheduled

        GetMinuteUsageResponse.Builder upcomingMinutesScheduled​(Integer upcomingMinutesScheduled)

        Upcoming minutes scheduled for an account, specific to the month being requested.

        Parameters:
        upcomingMinutesScheduled - Upcoming minutes scheduled for an account, specific to the month being requested.
        Returns:
        Returns a reference to this object so that method calls can be chained together.