Interface MetaFlowHealthEntity.Builder

  • Method Details

    • entityType

      MetaFlowHealthEntity.Builder entityType(String entityType)

      The type of entity (for example, FLOW, WABA, BUSINESS, or APP).

      Parameters:
      entityType - The type of entity (for example, FLOW, WABA, BUSINESS, or APP).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier of the entity.

      Parameters:
      id - The unique identifier of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • canSendMessage

      MetaFlowHealthEntity.Builder canSendMessage(String canSendMessage)

      The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).

      Parameters:
      canSendMessage - The messaging availability status for this entity (for example, AVAILABLE, LIMITED, or BLOCKED).
      Returns:
      Returns a reference to this object so that method calls can be chained together.