Interface MetaFlowSummary.Builder

  • Method Details

    • flowId

      The unique identifier of the Flow assigned by Meta.

      Parameters:
      flowId - The unique identifier of the Flow assigned by Meta.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowName

      MetaFlowSummary.Builder flowName(String flowName)

      The name of the Flow.

      Parameters:
      flowName - The name of the Flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowStatus

      MetaFlowSummary.Builder flowStatus(String flowStatus)

      The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).

      Parameters:
      flowStatus - The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowCategoriesWithStrings

      MetaFlowSummary.Builder flowCategoriesWithStrings(Collection<String> flowCategories)

      The categories that classify the business purpose of the Flow.

      Parameters:
      flowCategories - The categories that classify the business purpose of the Flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowCategoriesWithStrings

      MetaFlowSummary.Builder flowCategoriesWithStrings(String... flowCategories)

      The categories that classify the business purpose of the Flow.

      Parameters:
      flowCategories - The categories that classify the business purpose of the Flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowCategories

      MetaFlowSummary.Builder flowCategories(Collection<MetaFlowCategory> flowCategories)

      The categories that classify the business purpose of the Flow.

      Parameters:
      flowCategories - The categories that classify the business purpose of the Flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowCategories

      MetaFlowSummary.Builder flowCategories(MetaFlowCategory... flowCategories)

      The categories that classify the business purpose of the Flow.

      Parameters:
      flowCategories - The categories that classify the business purpose of the Flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationErrors

      MetaFlowSummary.Builder validationErrors(Collection<String> validationErrors)

      A list of validation errors from Meta, if any.

      Parameters:
      validationErrors - A list of validation errors from Meta, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • validationErrors

      MetaFlowSummary.Builder validationErrors(String... validationErrors)

      A list of validation errors from Meta, if any.

      Parameters:
      validationErrors - A list of validation errors from Meta, if any.
      Returns:
      Returns a reference to this object so that method calls can be chained together.