Interface ExperimentOptions.Builder

  • Method Details

    • accountTargeting

      ExperimentOptions.Builder accountTargeting(String accountTargeting)

      The account targeting setting for an experiment.

      Parameters:
      accountTargeting - The account targeting setting for an experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • accountTargeting

      ExperimentOptions.Builder accountTargeting(AccountTargeting accountTargeting)

      The account targeting setting for an experiment.

      Parameters:
      accountTargeting - The account targeting setting for an experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • emptyTargetResolutionMode

      ExperimentOptions.Builder emptyTargetResolutionMode(String emptyTargetResolutionMode)

      The empty target resolution mode for an experiment.

      Parameters:
      emptyTargetResolutionMode - The empty target resolution mode for an experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • emptyTargetResolutionMode

      ExperimentOptions.Builder emptyTargetResolutionMode(EmptyTargetResolutionMode emptyTargetResolutionMode)

      The empty target resolution mode for an experiment.

      Parameters:
      emptyTargetResolutionMode - The empty target resolution mode for an experiment.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionsMode

      ExperimentOptions.Builder actionsMode(String actionsMode)

      The actions mode of the experiment that is set from the StartExperiment API command.

      Parameters:
      actionsMode - The actions mode of the experiment that is set from the StartExperiment API command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • actionsMode

      ExperimentOptions.Builder actionsMode(ActionsMode actionsMode)

      The actions mode of the experiment that is set from the StartExperiment API command.

      Parameters:
      actionsMode - The actions mode of the experiment that is set from the StartExperiment API command.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: