Interface MathActivity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<MathActivity.Builder,MathActivity>, SdkBuilder<MathActivity.Builder,MathActivity>, SdkPojo
Enclosing class:
MathActivity

public static interface MathActivity.Builder extends SdkPojo, CopyableBuilder<MathActivity.Builder,MathActivity>
  • Method Details

    • name

      The name of the math activity.

      Parameters:
      name - The name of the math activity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • attribute

      MathActivity.Builder attribute(String attribute)

      The name of the attribute that contains the result of the math operation.

      Parameters:
      attribute - The name of the attribute that contains the result of the math operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • math

      An expression that uses one or more existing attributes and must return an integer value.

      Parameters:
      math - An expression that uses one or more existing attributes and must return an integer value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • next

      The next activity in the pipeline.

      Parameters:
      next - The next activity in the pipeline.
      Returns:
      Returns a reference to this object so that method calls can be chained together.