Interface ExperimentOptions.Builder

    • Method Detail

      • 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, AccountTargeting
      • 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:
        AccountTargeting, AccountTargeting
      • 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, EmptyTargetResolutionMode
      • 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, ActionsMode
      • 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:
        ActionsMode, ActionsMode