Interface BillingViewHealthStatus.Builder

  • Method Details

    • statusCode

      BillingViewHealthStatus.Builder statusCode(String statusCodeValue)

      The current health status code of the billing view.

      Parameters:
      statusCodeValue - The current health status code of the billing view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusCode

      The current health status code of the billing view.

      Parameters:
      statusCodeValue - The current health status code of the billing view.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusReasonsWithStrings

      BillingViewHealthStatus.Builder statusReasonsWithStrings(Collection<String> statusReasons)

      A list of reasons explaining the current health status, if applicable.

      Parameters:
      statusReasons - A list of reasons explaining the current health status, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasonsWithStrings

      BillingViewHealthStatus.Builder statusReasonsWithStrings(String... statusReasons)

      A list of reasons explaining the current health status, if applicable.

      Parameters:
      statusReasons - A list of reasons explaining the current health status, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasons

      A list of reasons explaining the current health status, if applicable.

      Parameters:
      statusReasons - A list of reasons explaining the current health status, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusReasons

      A list of reasons explaining the current health status, if applicable.

      Parameters:
      statusReasons - A list of reasons explaining the current health status, if applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.