Interface InteractionResourceFormat.UpdateStages.WithIsActivity

All Known Subinterfaces:
InteractionResourceFormat.Update
Enclosing interface:
InteractionResourceFormat.UpdateStages

public static interface InteractionResourceFormat.UpdateStages.WithIsActivity
The stage of the InteractionResourceFormat update allowing to specify isActivity.
  • Method Summary

    Modifier and Type
    Method
    Description
    withIsActivity(Boolean isActivity)
    Specifies the isActivity property: An interaction can be tagged as an activity only during create.
  • Method Details

    • withIsActivity

      InteractionResourceFormat.Update withIsActivity(Boolean isActivity)
      Specifies the isActivity property: An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level..
      Parameters:
      isActivity - An interaction can be tagged as an activity only during create. This enables the interaction to be editable and can enable merging of properties from multiple data sources based on precedence, which is defined at a link level.
      Returns:
      the next definition stage.