Interface InteractionResourceFormat.UpdateStages.WithIdPropertyNames

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

public static interface InteractionResourceFormat.UpdateStages.WithIdPropertyNames
The stage of the InteractionResourceFormat update allowing to specify idPropertyNames.
  • Method Details

    • withIdPropertyNames

      InteractionResourceFormat.Update withIdPropertyNames(List<String> idPropertyNames)
      Specifies the idPropertyNames property: The id property names. Properties which uniquely identify an interaction instance..
      Parameters:
      idPropertyNames - The id property names. Properties which uniquely identify an interaction instance.
      Returns:
      the next definition stage.