Interface InteractionResourceFormat.DefinitionStages.WithIdPropertyNames

All Known Subinterfaces:
InteractionResourceFormat.Definition, InteractionResourceFormat.DefinitionStages.WithCreate
Enclosing interface:
InteractionResourceFormat.DefinitionStages

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

    • withIdPropertyNames

      InteractionResourceFormat.DefinitionStages.WithCreate 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.